workflows: don't test paths on master.
This avoids weirdness like the merged PR commits being pushed to scheduled opened PRs after merging. It also avoids wasting resources.
This commit is contained in:
parent
04382c8d06
commit
c6a5ea5f11
2
.github/workflows/docker.yml
vendored
2
.github/workflows/docker.yml
vendored
@ -4,6 +4,8 @@ on:
|
||||
paths:
|
||||
- .github/workflows/docker.yml
|
||||
- Dockerfile
|
||||
branches-ignore:
|
||||
- master
|
||||
release:
|
||||
types:
|
||||
- published
|
||||
|
||||
2
.github/workflows/doctor.yml
vendored
2
.github/workflows/doctor.yml
vendored
@ -8,6 +8,8 @@ on:
|
||||
- Library/Homebrew/extend/os/diagnostic.rb
|
||||
- Library/Homebrew/extend/os/mac/diagnostic.rb
|
||||
- Library/Homebrew/os/mac/xcode.rb
|
||||
branches-ignore:
|
||||
- master
|
||||
env:
|
||||
HOMEBREW_DEVELOPER: 1
|
||||
HOMEBREW_NO_AUTO_UPDATE: 1
|
||||
|
||||
2
.github/workflows/spdx.yml
vendored
2
.github/workflows/spdx.yml
vendored
@ -3,6 +3,8 @@ on:
|
||||
push:
|
||||
paths:
|
||||
- .github/workflows/spdx.yml
|
||||
branches-ignore:
|
||||
- master
|
||||
schedule:
|
||||
- cron: '0 */12 * * *'
|
||||
jobs:
|
||||
|
||||
2
.github/workflows/tapioca.yml
vendored
2
.github/workflows/tapioca.yml
vendored
@ -3,6 +3,8 @@ on:
|
||||
push:
|
||||
paths:
|
||||
- .github/workflows/tapioca.yml
|
||||
branches-ignore:
|
||||
- master
|
||||
schedule:
|
||||
- cron: '0 */12 * * *'
|
||||
jobs:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user