Skip to content

Commit e847df3

Browse files
committed
Add tag trigger for actions
1 parent ea01a41 commit e847df3

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ name: GitHub CI
22
on:
33
push:
44
branches: [ master ]
5+
tags:
6+
- '**'
57
workflow_dispatch:
68
pull_request:
79

.github/workflows/docker.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ name: Publish Docker Image
22
on:
33
push:
44
branches: [ master ]
5+
tags:
6+
- '**'
57

68
concurrency:
79
group: ${{ github.ref }}-${{ github.workflow }}

0 commit comments

Comments
 (0)