gem related automation must run only on master
This commit is contained in:
parent
1e9a218ade
commit
2488b4dd0d
3
.github/workflows/bundled_gems.yml
vendored
3
.github/workflows/bundled_gems.yml
vendored
@ -2,14 +2,17 @@ name: bundled_gems
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [ "master" ]
|
||||
paths:
|
||||
- '.github/workflows/bundled_gems.yml'
|
||||
- 'gems/bundled_gems'
|
||||
pull_request:
|
||||
branches: [ "master" ]
|
||||
paths:
|
||||
- '.github/workflows/bundled_gems.yml'
|
||||
- 'gems/bundled_gems'
|
||||
merge_group:
|
||||
branches: [ "master" ]
|
||||
paths:
|
||||
- '.github/workflows/bundled_gems.yml'
|
||||
- 'gems/bundled_gems'
|
||||
|
8
.github/workflows/check_misc.yml
vendored
8
.github/workflows/check_misc.yml
vendored
@ -1,5 +1,11 @@
|
||||
name: Miscellaneous checks
|
||||
on: [push, pull_request, merge_group]
|
||||
on:
|
||||
push:
|
||||
branches: [ "master" ]
|
||||
pull_request:
|
||||
branches: [ "master" ]
|
||||
merge_group:
|
||||
branches: [ "master" ]
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.workflow }} / ${{ startsWith(github.event_name, 'pull') && github.ref_name || github.sha }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user