mirror of
https://github.com/coredns/coredns.git
synced 2026-05-09 11:43:29 -04:00
ci(verify-make-gen): limit push trigger to master (#8069)
Currently triggered on any branch push in the repo. Signed-off-by: Ville Vesilehto <ville@vesilehto.fi>
This commit is contained in:
6
.github/workflows/verify-make-gen.yml
vendored
6
.github/workflows/verify-make-gen.yml
vendored
@@ -1,5 +1,9 @@
|
||||
name: Verify Generated Files
|
||||
on: [push, pull_request]
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
pull_request:
|
||||
permissions:
|
||||
contents: read
|
||||
|
||||
|
||||
Reference in New Issue
Block a user