Skip to content

Commit 105d1f1

Browse files
authored
Ignore version tags for CI
1 parent 198efe6 commit 105d1f1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci-builds.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ on:
1212
default: false
1313
required: true
1414
push:
15+
tags-ignore:
16+
- v*
1517
paths-ignore:
1618
- "README.md"
1719
- "LICENSE"
@@ -73,4 +75,4 @@ jobs:
7375
name: Release Alpha on CurseForge
7476
needs: [ publish ]
7577
uses: ./.github/workflows/_release-cf-alpha.yml
76-
secrets: inherit
78+
secrets: inherit

0 commit comments

Comments
 (0)