Skip to content

Commit

Permalink
v0.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dacacioa committed Nov 9, 2024
1 parent fbfd09c commit f1e6130
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

jobs:
build-windows:
if: contains(github.event.head_commit.message, 'v[0-9]+\\.[0-9]+\\.[0-9]+')
if: contains(github.event.head_commit.message, '^v[0-9]+\.[0-9]+\.[0-9]+$')
runs-on: windows-2019

steps:
Expand Down

0 comments on commit f1e6130

Please sign in to comment.