Skip to content

Commit

Permalink
ci: trigger checks on push, making branch protection rules possible
Browse files Browse the repository at this point in the history
Signed-off-by: Christina Sørensen <[email protected]>
  • Loading branch information
cafkafk committed Oct 5, 2024
1 parent a57de1b commit 17c7261
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cheks.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: "Checks"
on: [ "pull_request" ]
on: [ "pull_request", "push" ]
jobs:
tests:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 17c7261

Please sign in to comment.