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: