mirror of
https://github.com/gohugoio/hugo.git
synced 2025-09-09 04:27:48 -04:00
github: Avoid duplicate test runs
This commit is contained in:
parent
09e10110a3
commit
d1cd1db0e7
5
.github/workflows/test.yml
vendored
5
.github/workflows/test.yml
vendored
@ -1,4 +1,7 @@
|
|||||||
on: [push, pull_request]
|
on:
|
||||||
|
push:
|
||||||
|
branches: [ master ]
|
||||||
|
pull_request:
|
||||||
name: Test
|
name: Test
|
||||||
permissions:
|
permissions:
|
||||||
contents: read
|
contents: read
|
||||||
|
Loading…
x
Reference in New Issue
Block a user