We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca5c4f0 commit 14ab2aaCopy full SHA for 14ab2aa
.github/workflows/build-and-deploy.yml
@@ -3,6 +3,9 @@ name: Build and Deploy to GitHub Container Registry
3
on:
4
release:
5
types: [ published ]
6
+ push:
7
+ tags:
8
+ - '*'
9
workflow_dispatch:
10
11
env:
0 commit comments