mirror of
https://github.com/gohugoio/hugo.git
synced 2025-09-08 12:01:32 -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
|
||||
permissions:
|
||||
contents: read
|
||||
|
Loading…
x
Reference in New Issue
Block a user