We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c25ff3b commit d7c0f92Copy full SHA for d7c0f92
1 file changed
.github/workflows/ci-builds.yml
@@ -3,11 +3,7 @@ name: Continuous Integration + Announcement
3
env:
4
GH_PKG_URL: "https://maven.pkg.github.com/${{ github.repository }}"
5
6
-permissions:
7
- contents: write # For creating and pushing the tag
8
-
9
on:
10
- workflow_dispatch:
11
push:
12
tags-ignore:
13
- v*
@@ -16,7 +12,8 @@ on:
16
- "core-api/**"
17
- "neoforge-datagen/**"
18
14
- "neoforge-main/**"
19
15
+ workflow_dispatch:
+
20
jobs:
21
vars:
22
name: Get Variables
0 commit comments