1
0
mirror of https://github.com/pirate/ArchiveBox.git synced 2025-08-22 22:25:24 +02: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

View File

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