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:
|
paths:
|
||||||
- .github/workflows/docker.yml
|
- .github/workflows/docker.yml
|
||||||
- Dockerfile
|
- Dockerfile
|
||||||
|
branches-ignore:
|
||||||
|
- master
|
||||||
release:
|
release:
|
||||||
types:
|
types:
|
||||||
- published
|
- 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/diagnostic.rb
|
||||||
- Library/Homebrew/extend/os/mac/diagnostic.rb
|
- Library/Homebrew/extend/os/mac/diagnostic.rb
|
||||||
- Library/Homebrew/os/mac/xcode.rb
|
- Library/Homebrew/os/mac/xcode.rb
|
||||||
|
branches-ignore:
|
||||||
|
- master
|
||||||
env:
|
env:
|
||||||
HOMEBREW_DEVELOPER: 1
|
HOMEBREW_DEVELOPER: 1
|
||||||
HOMEBREW_NO_AUTO_UPDATE: 1
|
HOMEBREW_NO_AUTO_UPDATE: 1
|
||||||
|
|||||||
2
.github/workflows/spdx.yml
vendored
2
.github/workflows/spdx.yml
vendored
@ -3,6 +3,8 @@ on:
|
|||||||
push:
|
push:
|
||||||
paths:
|
paths:
|
||||||
- .github/workflows/spdx.yml
|
- .github/workflows/spdx.yml
|
||||||
|
branches-ignore:
|
||||||
|
- master
|
||||||
schedule:
|
schedule:
|
||||||
- cron: '0 */12 * * *'
|
- cron: '0 */12 * * *'
|
||||||
jobs:
|
jobs:
|
||||||
|
|||||||
2
.github/workflows/tapioca.yml
vendored
2
.github/workflows/tapioca.yml
vendored
@ -3,6 +3,8 @@ on:
|
|||||||
push:
|
push:
|
||||||
paths:
|
paths:
|
||||||
- .github/workflows/tapioca.yml
|
- .github/workflows/tapioca.yml
|
||||||
|
branches-ignore:
|
||||||
|
- master
|
||||||
schedule:
|
schedule:
|
||||||
- cron: '0 */12 * * *'
|
- cron: '0 */12 * * *'
|
||||||
jobs:
|
jobs:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user