We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae5a9dd commit 48de056Copy full SHA for 48de056
2 files changed
.github/workflows/build.yml
@@ -3,7 +3,7 @@ name: Build docker images
3
on:
4
push:
5
tags:
6
- - 'v*' # Triggers the workflow only on version tags
+ - '*' # Triggers the workflow only on version tags
7
# Allows you to run this workflow manually from the Actions tab
8
workflow_dispatch:
9
.github/workflows/main.yml
@@ -3,7 +3,7 @@ name: Docs
# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
permissions:
0 commit comments