Only warn on pr-to-masters once

This commit is contained in:
Stephan Hoyer 2022-01-31 15:41:02 +01:00 committed by GitHub
parent 99c6d813d2
commit 5fd0ca81b1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,6 +2,7 @@ name: 'Push `master`'
on:
pull_request:
branches: ['master']
types: [created]
jobs:
comment:
runs-on: ubuntu-latest