Merge pull request #8301 from Homebrew/workflows-push
workflows: test on "push" not "pull_request".
This commit is contained in:
commit
415863356e
2
.github/workflows/docker.yml
vendored
2
.github/workflows/docker.yml
vendored
@ -1,6 +1,6 @@
|
||||
name: Docker
|
||||
on:
|
||||
pull_request:
|
||||
push:
|
||||
paths:
|
||||
- .github/workflows/docker.yml
|
||||
- Dockerfile
|
||||
|
||||
2
.github/workflows/spdx.yml
vendored
2
.github/workflows/spdx.yml
vendored
@ -1,6 +1,6 @@
|
||||
name: Update license data
|
||||
on:
|
||||
pull_request:
|
||||
push:
|
||||
paths:
|
||||
- .github/workflows/spdx.yml
|
||||
schedule:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user