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 4686b61 commit 7308b7aCopy full SHA for 7308b7a
.github/workflows/main.yml
@@ -1,13 +1,13 @@
1
-name: Main Workflow
2
-on:
3
- push:
4
- branches:
5
- - main
6
- workflow_dispatch:
+# name: Main Workflow
+# on:
+# push:
+# branches:
+# - main
+# workflow_dispatch:
7
8
-jobs:
9
- # Add Publisher Job here
10
- publish:
11
- uses: ./.github/workflows/publish.yml
12
- secrets: inherit
+# jobs:
+# # Add Publisher Job here
+# publish:
+# uses: ./.github/workflows/publish.yml
+# secrets: inherit
13
.github/workflows/publish.yml
@@ -1,7 +1,9 @@
name: Publish Artifacts
on:
- workflow_call:
+ push:
+ branches:
+ - main
permissions:
id-token: write
0 commit comments