1
0
Fork 0
mirror of synced 2024-06-02 02:25:20 +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 name: Docker Push
on: on:
workflow_dispatch:
push: push:
branches:
- master
release:
types:
- created
jobs: jobs:
buildx: buildx: