1
0
Fork 0
mirror of synced 2024-05-18 11:23:42 +12:00

only docker push on release or master commit

This commit is contained in:
Nick Sweeting 2020-12-03 11:33:10 -05:00 committed by GitHub
parent 8356bbcb97
commit b186e98cd2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,8 +1,12 @@
name: Docker Push
on:
workflow_dispatch:
push:
branches:
- master
release:
types:
- created
jobs:
buildx: