Skip to content

Commit

Permalink
Merge pull request #265 from mobusoperandi/ci-on-push-only-to-default…
Browse files Browse the repository at this point in the history
…-branch

ci on push only to the default branch
  • Loading branch information
mightyiam authored Nov 1, 2024
2 parents c33f2a9 + 88f9abb commit aeb1e5e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
on: [push, pull_request]
on:
push:
branches: [main]
pull_request:

permissions:
contents: write
pull-requests: write
Expand Down

0 comments on commit aeb1e5e

Please sign in to comment.