mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-07 20:30:36 -05:00
github: Avoid duplicate test runs
This commit is contained in:
parent
09e10110a3
commit
d1cd1db0e7
1 changed files with 4 additions and 1 deletions
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…
Reference in a new issue