Skip to content

Commit 7308b7a

Browse files
committed
testing publish yml by itself
1 parent 4686b61 commit 7308b7a

File tree

2 files changed

+14
-12
lines changed

2 files changed

+14
-12
lines changed

.github/workflows/main.yml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
1-
name: Main Workflow
2-
on:
3-
push:
4-
branches:
5-
- main
6-
workflow_dispatch:
1+
# name: Main Workflow
2+
# on:
3+
# push:
4+
# branches:
5+
# - main
6+
# workflow_dispatch:
77

8-
jobs:
9-
# Add Publisher Job here
10-
publish:
11-
uses: ./.github/workflows/publish.yml
12-
secrets: inherit
8+
# jobs:
9+
# # Add Publisher Job here
10+
# publish:
11+
# uses: ./.github/workflows/publish.yml
12+
# secrets: inherit
1313

.github/workflows/publish.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
name: Publish Artifacts
22

33
on:
4-
workflow_call:
4+
push:
5+
branches:
6+
- main
57

68
permissions:
79
id-token: write

0 commit comments

Comments
 (0)