workflows: test on "push" not "pull_request".

This ensures they have access to the correct secrets.
This commit is contained in:
Mike McQuaid 2020-08-11 14:01:27 +01:00
parent 9ef993ab57
commit 844c330cc5
No known key found for this signature in database
GPG Key ID: 48A898132FD8EE70
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
name: Docker
on:
pull_request:
push:
paths:
- .github/workflows/docker.yml
- Dockerfile

View File

@ -1,6 +1,6 @@
name: Update license data
on:
pull_request:
push:
paths:
- .github/workflows/spdx.yml
schedule: