Skip to content

Commit

Permalink
Add branches-ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
leung018 committed Jan 17, 2024
1 parent c95f09b commit d6458c2
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/common.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
on: [push]
on:
push:
branches-ignore:
- main # Because "Require branches to be up to date before merging" is enabled for main. The checking will be completed before pull request can be merged.
name: Common checks
jobs:
checks:
Expand Down

0 comments on commit d6458c2

Please sign in to comment.