Skip to content

Commit

Permalink
Merge pull request #1402 from mightyiam/ci-push-only-master
Browse files Browse the repository at this point in the history
ci: no run on push to branch except master
  • Loading branch information
mightyiam committed Jan 20, 2024
2 parents a15c932 + 62c04c7 commit c459c1a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
on:
pull_request: {}
push: {}
push:
branches:
- master

jobs:
publish:
Expand Down

0 comments on commit c459c1a

Please sign in to comment.