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:
|
on:
|
||||||
push:
|
push:
|
||||||
|
branches: [ "master" ]
|
||||||
paths:
|
paths:
|
||||||
- '.github/workflows/bundled_gems.yml'
|
- '.github/workflows/bundled_gems.yml'
|
||||||
- 'gems/bundled_gems'
|
- 'gems/bundled_gems'
|
||||||
pull_request:
|
pull_request:
|
||||||
|
branches: [ "master" ]
|
||||||
paths:
|
paths:
|
||||||
- '.github/workflows/bundled_gems.yml'
|
- '.github/workflows/bundled_gems.yml'
|
||||||
- 'gems/bundled_gems'
|
- 'gems/bundled_gems'
|
||||||
merge_group:
|
merge_group:
|
||||||
|
branches: [ "master" ]
|
||||||
paths:
|
paths:
|
||||||
- '.github/workflows/bundled_gems.yml'
|
- '.github/workflows/bundled_gems.yml'
|
||||||
- 'gems/bundled_gems'
|
- 'gems/bundled_gems'
|
||||||
|
8
.github/workflows/check_misc.yml
vendored
8
.github/workflows/check_misc.yml
vendored
@ -1,5 +1,11 @@
|
|||||||
name: Miscellaneous checks
|
name: Miscellaneous checks
|
||||||
on: [push, pull_request, merge_group]
|
on:
|
||||||
|
push:
|
||||||
|
branches: [ "master" ]
|
||||||
|
pull_request:
|
||||||
|
branches: [ "master" ]
|
||||||
|
merge_group:
|
||||||
|
branches: [ "master" ]
|
||||||
|
|
||||||
concurrency:
|
concurrency:
|
||||||
group: ${{ github.workflow }} / ${{ startsWith(github.event_name, 'pull') && github.ref_name || github.sha }}
|
group: ${{ github.workflow }} / ${{ startsWith(github.event_name, 'pull') && github.ref_name || github.sha }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user