From ff2c5c6832e4ad6264470fe895e297c64ea0f2ca Mon Sep 17 00:00:00 2001 From: Tom de Bruijn Date: Mon, 30 Sep 2024 14:24:08 +0200 Subject: [PATCH] Update config for CI Trigger CI builds on new PR creation. This also allows us to run the CI for PRs from forks. The main and develop branch will also run when pushed. [skip changeset] [skip review] --- .github/workflows/ci.yaml | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 914399a6..04c1d12e 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -1,9 +1,17 @@ -name: CI +name: Elixir package CI on: - push: {} + push: + branches: + - main + - develop + pull_request: + types: + - opened + - reopened + - synchronize schedule: - - cron: "0 0 * * 1-5" + - cron: 0 0 * * 1-5 jobs: lint_git: