Skip to content

Commit

Permalink
fix(CI): made CI not trigger on PR twice (both PR and push trigger)
Browse files Browse the repository at this point in the history
  • Loading branch information
AurumTheEnd committed Nov 15, 2023
1 parent c2d0e54 commit ceb5e83
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ name: build
on:
push:
branches-ignore:
- 'dev-*'
- 'dev*'
- 'feat*'
pull_request:
branches:
- '*'
Expand Down

0 comments on commit ceb5e83

Please sign in to comment.