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 040a072
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/cheks.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
name: "Checks"
on: [ "pull_request" ]
on:
push:
branches:
- "main"
pull_request:
branches:
- "main"
jobs:
tests:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 040a072

Please sign in to comment.