mirror of
https://github.com/coredns/coredns.git
synced 2026-04-09 13:35:33 -04:00
ci: limit push trigger to master branch (#8033)
This commit is contained in:
6
.github/workflows/go.test.yml
vendored
6
.github/workflows/go.test.yml
vendored
@@ -1,5 +1,9 @@
|
||||
name: Go Tests
|
||||
on: [push, pull_request]
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
pull_request:
|
||||
permissions:
|
||||
contents: read
|
||||
|
||||
|
||||
Reference in New Issue
Block a user