Merge pull request #8301 from Homebrew/workflows-push

workflows: test on "push" not "pull_request".
This commit is contained in:
Mike McQuaid 2020-08-12 16:14:44 +01:00 committed by GitHub
commit 415863356e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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: