Skip to content

Commit

Permalink
Update main.yml for #GITBUILD
Browse files Browse the repository at this point in the history
  • Loading branch information
unitycoder authored Feb 25, 2024
1 parent 07b70ae commit 6c4f22e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
run: |
# cancel early, if not build commit
$strVal ='${{ github.event.commits[0].message }}'
if($strVal -clike '*#TEST*')
if($strVal -clike '*#GITBUILD*')
{
Write-Host 'True'
} else {
Expand Down

0 comments on commit 6c4f22e

Please sign in to comment.