Workflows changes

- Simple Docker build for PRs
- Only run buildx for latest tag on pushes to master branch
This commit is contained in:
Quentin McGaw
2020-03-26 20:17:10 -04:00
parent d0c61662b5
commit d534f92432
2 changed files with 12 additions and 15 deletions

View File

@@ -1,20 +1,5 @@
name: Buildx latest
on:
pull_request:
branches: [master]
paths-ignore:
- .github/workflows/buildx-release.yml
- .github/workflows/dockerhub-description.yml
- .github/workflows/greetings.yml
- .github/workflows/labels.yml
- .github/workflows/misspell.yml
- .github/workflows/security.yml
- .dockerignore
- .gitignore
- docker-compose.yml
- LICENSE
- README.md
- title.svg
push:
branches: [master]
paths-ignore: