mirror of
https://github.com/coredns/coredns.git
synced 2026-04-09 21:45:32 -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
|
name: Go Tests
|
||||||
on: [push, pull_request]
|
on:
|
||||||
|
push:
|
||||||
|
branches:
|
||||||
|
- master
|
||||||
|
pull_request:
|
||||||
permissions:
|
permissions:
|
||||||
contents: read
|
contents: read
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user