Merge pull request #262 from diveflo/fix/dockerci

do not push new docker images for pull requests
pull/259/head
Tzahi12345 5 years ago committed by GitHub
commit cc78091403
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -3,8 +3,6 @@ name: docker
on:
push:
branches: [master]
pull_request:
branches: [master]
jobs:
build-and-push:

Loading…
Cancel
Save