Skip to content

Commit d970df8

Browse files
committedMay 16, 2022
Only warn on pr-to-masters once
1 parent e034ecf commit d970df8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎.github/workflows/push-master.yml

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ name: 'Push `master`'
22
on:
33
pull_request:
44
branches: ['master']
5+
types: [created]
56
jobs:
67
comment:
78
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)