trigger GitHub Actions on tag push

This commit is contained in:
James Woglom
2022-02-27 00:35:53 -05:00
committed by GitHub
parent 90bbd5dc63
commit b08b9b8c76
+2
View File
@@ -2,6 +2,8 @@ name: Publish Docker image
on:
push:
branches: [ master ]
tags:
- 'v*'
pull_request:
branches: [ master ]
workflow_dispatch: