workflows: test on "push" not "pull_request".
This ensures they have access to the correct secrets.
This commit is contained in:
parent
9ef993ab57
commit
844c330cc5
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