Skip to content

Commit

Permalink
v0.0.1
Browse files Browse the repository at this point in the history
v0.0.1
  • Loading branch information
dacacioa authored Nov 9, 2024
1 parent f1e6130 commit 21f716e
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: github.event.head_commit.message =~ '^v[0-9]+\.[0-9]+\.[0-9]+$'
runs-on: windows-2019

steps:
Expand Down

0 comments on commit 21f716e

Please sign in to comment.