Skip to content

Commit

Permalink
fix(ci): quote tag pattern
Browse files Browse the repository at this point in the history
  • Loading branch information
zenlex committed Apr 27, 2024
1 parent 3689ea6 commit f7c172a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy-frontend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ name:
# Using a different branch name? Replace `main` with your branch’s name
on:
push:
tags: v[0-9]+.[0-9]+.[0-9]+
tags:
- 'v[0-9]+.[0-9]+.[0-9]+'
# Allows you to run this workflow manually from the Actions tab on GitHub.
# eslint-disable-next-line yml/no-empty-mapping-value
workflow_dispatch:
Expand Down

0 comments on commit f7c172a

Please sign in to comment.