Skip to content

Commit

Permalink
CI: Always run on push to master branch
Browse files Browse the repository at this point in the history
Currently the CI doesn't run when a commit is pushed to the master branch, except if the configuration itself is changed. This is a bit strange, because you would always want to validate that the master branch is testing properly, especially with more complex squash / rebase merges.
  • Loading branch information
EwoutH authored Jul 11, 2024
1 parent d42650c commit 88d071f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ on:
push:
branches:
- master
paths:
- '.github/workflows/test.yml'
pull_request:
workflow_dispatch:
schedule:
Expand Down

0 comments on commit 88d071f

Please sign in to comment.