We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 198efe6 commit 105d1f1Copy full SHA for 105d1f1
.github/workflows/ci-builds.yml
@@ -12,6 +12,8 @@ on:
12
default: false
13
required: true
14
push:
15
+ tags-ignore:
16
+ - v*
17
paths-ignore:
18
- "README.md"
19
- "LICENSE"
@@ -73,4 +75,4 @@ jobs:
73
75
name: Release Alpha on CurseForge
74
76
needs: [ publish ]
77
uses: ./.github/workflows/_release-cf-alpha.yml
- secrets: inherit
78
+ secrets: inherit
0 commit comments