Add tag trigger for actions

This commit is contained in:
Tindy X
2023-10-09 17:41:53 +08:00
parent ea01a414eb
commit e847df357b
2 changed files with 4 additions and 0 deletions

View File

@@ -2,6 +2,8 @@ name: Publish Docker Image
on:
push:
branches: [ master ]
tags:
- '**'
concurrency:
group: ${{ github.ref }}-${{ github.workflow }}