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
|
name: Docker
|
||||||
on:
|
on:
|
||||||
pull_request:
|
push:
|
||||||
paths:
|
paths:
|
||||||
- .github/workflows/docker.yml
|
- .github/workflows/docker.yml
|
||||||
- Dockerfile
|
- Dockerfile
|
||||||
|
|||||||
2
.github/workflows/spdx.yml
vendored
2
.github/workflows/spdx.yml
vendored
@ -1,6 +1,6 @@
|
|||||||
name: Update license data
|
name: Update license data
|
||||||
on:
|
on:
|
||||||
pull_request:
|
push:
|
||||||
paths:
|
paths:
|
||||||
- .github/workflows/spdx.yml
|
- .github/workflows/spdx.yml
|
||||||
schedule:
|
schedule:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user