Skip to content
This repository was archived by the owner on Jul 31, 2022. It is now read-only.

Commit 4a449ca

Browse files
authored
release context fix
1 parent 631a436 commit 4a449ca

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

Diff for: .github/workflows/release-or-pr.yml

+3-5
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
11
name: Release
22

33
on:
4-
workflow_run:
5-
workflows: ["automatic-release"]
6-
branches: [master]
7-
types:
8-
- completed
4+
push:
5+
branches:
6+
- main
97

108
jobs:
119
release:

0 commit comments

Comments
 (0)