From 710e995fa0c0619280bd28fd2c29eaa2e8c7cd6f Mon Sep 17 00:00:00 2001 From: Tom de Bruijn Date: Mon, 30 Sep 2024 14:33:24 +0200 Subject: [PATCH] Update config for CI (#965) 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: