Skip to content

Commit

Permalink
Only run CI workflow on pushes to main branch
Browse files Browse the repository at this point in the history
  • Loading branch information
wilkinsona committed Nov 19, 2024
1 parent 1d9e17b commit e978911
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: CI
on:
- push
push:
branches:
- main
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
jobs:
Expand Down

0 comments on commit e978911

Please sign in to comment.