Skip to content

Commit 5fc8ab3

Browse files
ci: change on event
1 parent bcfb388 commit 5fc8ab3

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/release-please.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
name: Release Please
22

33
on:
4-
push:
5-
branches: ['main', 'master']
64
workflow_run:
75
workflows: ["Build Executables"]
86
types:
@@ -16,9 +14,7 @@ permissions:
1614
jobs:
1715
release-please:
1816
runs-on: ubuntu-latest
19-
if: >
20-
(github.event_name == 'workflow_run' && github.event.workflow_run.conclusion == 'success') ||
21-
github.event_name == 'push'
17+
if: github.event_name == 'workflow_run' && github.event.workflow_run.conclusion == 'success'
2218
outputs:
2319
release_created: ${{ steps.release.outputs.release_created }}
2420
tag_name: ${{ steps.release.outputs.tag_name }}

0 commit comments

Comments
 (0)