Skip to content

Commit ae5af39

Browse files
committed
Only match tags starting with 202
1 parent f684a71 commit ae5af39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/LuaWatcom.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ jobs:
9393
name: Draft Release
9494
needs: Watcom
9595
runs-on: ubuntu-latest
96-
if: startsWith(github.ref, 'refs/tags') && github.ref_name =~ '^[0-9]{4}-[0-9]{2}-[0-9]{2}$'
96+
if: startsWith(github.ref, 'refs/tags/202')
9797

9898
permissions:
9999
contents: write

0 commit comments

Comments
 (0)