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 e8a9028 commit 59bcc99Copy full SHA for 59bcc99
.github/workflows/deploy.yml
@@ -3,6 +3,7 @@ on:
3
push:
4
branches:
5
- main
6
+ - "v*.*"
7
tags:
8
- "v*.*.*"
9
jobs:
@@ -57,6 +58,7 @@ jobs:
57
58
commit_message: Update assets
59
file_pattern: static
60
docker:
61
+ if: github.ref_type == 'tag' || github.ref == 'refs/heads/main'
62
# The assets job may push new commit, so we wait for it
63
needs: [assets]
64
runs-on: ubuntu-latest
0 commit comments