Only warn on pr-to-masters once
This commit is contained in:
parent
99c6d813d2
commit
5fd0ca81b1
1 changed files with 1 additions and 0 deletions
1
.github/workflows/push-master.yml
vendored
1
.github/workflows/push-master.yml
vendored
|
|
@ -2,6 +2,7 @@ name: 'Push `master`'
|
|||
on:
|
||||
pull_request:
|
||||
branches: ['master']
|
||||
types: [created]
|
||||
jobs:
|
||||
comment:
|
||||
runs-on: ubuntu-latest
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue