Limit CI push triggers to main and stable-* branches (#30934)
This commit is contained in:
parent
63ba69810e
commit
1d35626dc7
12 changed files with 52 additions and 29 deletions
6
.github/workflows/bundler-audit.yml
vendored
6
.github/workflows/bundler-audit.yml
vendored
|
|
@ -1,8 +1,10 @@
|
|||
name: Bundler Audit
|
||||
on:
|
||||
merge_group:
|
||||
push:
|
||||
branches-ignore:
|
||||
- 'dependabot/**'
|
||||
branches:
|
||||
- 'main'
|
||||
- 'stable-*'
|
||||
paths:
|
||||
- 'Gemfile*'
|
||||
- '.ruby-version'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue