Skip to content

Commit

Permalink
ci: restrict branches
Browse files Browse the repository at this point in the history
  • Loading branch information
gjbkz committed Oct 14, 2024
1 parent 4621bfb commit a68ce40
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
on: [push, pull_request]
on:
push:
branches:
- main
pull_request:
branches:
- main
concurrency:
group: ci-${{ github.ref }}
cancel-in-progress: true
Expand Down

0 comments on commit a68ce40

Please sign in to comment.