Skip to content

Commit

Permalink
GitHub Action: update workflow trigger branch
Browse files Browse the repository at this point in the history
  • Loading branch information
YiiGuxing committed Jun 11, 2024
1 parent 99bfcb6 commit 10a291a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@ on:
# Trigger the workflow on pushes to only the 'main' branch (this avoids duplicate checks being run e.g., for dependabot pull requests)
push:
branches:
- master
- '**/compat/*'
- 'v3.6/213'
paths-ignore:
- '.idea/**'
- '.run/**'
Expand Down

0 comments on commit 10a291a

Please sign in to comment.