Do not build image on pull request (#516)

This commit is contained in:
Hidetake Iwata
2021-03-22 14:07:08 +09:00
committed by GitHub
parent 02ad24e6fe
commit 0ccccbcb36

View File

@@ -11,14 +11,6 @@ on:
- Dockerfile
tags:
- v*
pull_request:
branches:
- master
paths:
- .github/workflows/docker.yaml
- pkg/**
- go.*
- Dockerfile
jobs:
build-and-push: