Skip to content

Commit 6c4f22e

Browse files
authored
Update main.yml for #GITBUILD
1 parent 07b70ae commit 6c4f22e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
run: |
2626
# cancel early, if not build commit
2727
$strVal ='${{ github.event.commits[0].message }}'
28-
if($strVal -clike '*#TEST*')
28+
if($strVal -clike '*#GITBUILD*')
2929
{
3030
Write-Host 'True'
3131
} else {

0 commit comments

Comments
 (0)