Skip to content
Snippets Groups Projects
Commit c6a5ea5f authored by Mike McQuaid's avatar Mike McQuaid
Browse files

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.
parent 04382c8d
No related branches found
No related tags found
No related merge requests found
......@@ -4,6 +4,8 @@ on:
paths:
- .github/workflows/docker.yml
- Dockerfile
branches-ignore:
- master
release:
types:
- published
......
......@@ -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
......
......@@ -3,6 +3,8 @@ on:
push:
paths:
- .github/workflows/spdx.yml
branches-ignore:
- master
schedule:
- cron: '0 */12 * * *'
jobs:
......
......@@ -3,6 +3,8 @@ on:
push:
paths:
- .github/workflows/tapioca.yml
branches-ignore:
- master
schedule:
- cron: '0 */12 * * *'
jobs:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment