We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea01a41 commit e847df3Copy full SHA for e847df3
.github/workflows/build.yml
@@ -2,6 +2,8 @@ name: GitHub CI
2
on:
3
push:
4
branches: [ master ]
5
+ tags:
6
+ - '**'
7
workflow_dispatch:
8
pull_request:
9
.github/workflows/docker.yml
@@ -2,6 +2,8 @@ name: Publish Docker Image
concurrency:
group: ${{ github.ref }}-${{ github.workflow }}
0 commit comments