Skip to content

Commit

Permalink
chore: Don't run CI twice when opening pull request
Browse files Browse the repository at this point in the history
Only run it for pull requests, or for pushes to master
  • Loading branch information
alcroito committed Apr 26, 2024
1 parent 7f4aa74 commit 36b71f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ name: ci
on:
push:
branches:
- '*'
- 'master'
tags:
- 'v[0-9]+.[0-9]+.[0-9]+'
pull_request:
Expand Down

0 comments on commit 36b71f9

Please sign in to comment.