Skip to content

Commit 67340b7

Browse files
authored
Update auto-dispatch.yaml
1 parent 7334872 commit 67340b7

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/auto-dispatch.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,9 @@ on:
33
push:
44
branches:
55
- master
6-
pull_request:
7-
types: [closed]
86

97
jobs:
108
release-dispatch:
11-
if: github.event_name == 'push' || (github.event.pull_request.merged == true && github.base_ref == 'master')
129
runs-on: ubuntu-latest
1310
steps:
1411
- name: Send dispatch

0 commit comments

Comments
 (0)