Skip to content

Commit 6e39a51

Browse files
authored
Merge pull request #5 from v-ngu/v-ngu-update-publish-workflow
Update workflow
2 parents ac5a5a6 + e1fba90 commit 6e39a51

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/publish.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,12 @@
11
name: Publish
22
on:
3-
workflow_run:
4-
workflows: ["CI"]
5-
types: [completed]
63
push:
74
branches: [ "main" ]
85

96
concurrency: ${{ github.workflow }}-${{ github.ref }}
107

118
jobs:
129
publish:
13-
if: ${{ github.event.workflow_run.conclusion == 'success' }}
1410
runs-on: ubuntu-latest
1511

1612
steps:

0 commit comments

Comments
 (0)