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