Skip to content

Commit

Permalink
Fixed version tag template for the Github Actions release.
Browse files Browse the repository at this point in the history
  • Loading branch information
N-Storm committed May 20, 2024
1 parent 8560aed commit 22e5026
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-firmware.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
push:
branches: [ main, dev ]
tags:
- "v?.?.?"
- "v[0-9]+.[0-9]+.[0-9]+"
pull_request:
branches: [ main, dev ]

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-software.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
push:
branches: [ main, dev ]
tags:
- "v?.?.?"
- "v[0-9]+.[0-9]+.[0-9]+"
pull_request:
branches: [ main, dev ]
workflow_dispatch:
Expand Down

0 comments on commit 22e5026

Please sign in to comment.