Woodpecker CI: Run lint and unit tests also on push to default branch

This commit is contained in:
Phantasm 2026-02-16 16:20:24 +01:00 committed by Phantasm
commit 096c4ea980
3 changed files with 6 additions and 4 deletions

View file

@ -1,5 +1,7 @@
when: when:
- event: pull_request - event: pull_request
- event: push
branch: ${CI_REPO_DEFAULT_BRANCH}
steps: steps:
mix-format: mix-format:

View file

@ -1,10 +1,10 @@
when: when:
- event: pull_request - event: pull_request
- event: push - event: push
branch: develop branch: ${CI_REPO_DEFAULT_BRANCH}
depends_on: depends_on:
- changelog - lint
steps: steps:
unit-testing-elixir-1.15: unit-testing-elixir-1.15:

View file

@ -1,10 +1,10 @@
when: when:
- event: pull_request - event: pull_request
- event: push - event: push
branch: develop branch: ${CI_REPO_DEFAULT_BRANCH}
depends_on: depends_on:
- changelog - lint
steps: steps:
unit-testing-elixir-1.18: unit-testing-elixir-1.18: