We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0957f3b commit 9582e60Copy full SHA for 9582e60
.github/workflows/deploy-frontend.yml
@@ -1,10 +1,11 @@
1
-name: Deploy to GitHub Pages
+name:
2
+ Deploy to GitHub Pages
3
-on:
4
- # Trigger the workflow every time you push to the `main` branch
+ # Trigger the workflow every time you push a tag
5
# Using a different branch name? Replace `main` with your branch’s name
6
+on:
7
push:
- branches: [dev]
8
+ tags: v[0-9]+.[0-9]+.[0-9]+
9
# Allows you to run this workflow manually from the Actions tab on GitHub.
10
# eslint-disable-next-line yml/no-empty-mapping-value
11
workflow_dispatch:
0 commit comments