1
mirror of https://github.com/jakejarvis/hugo-extended.git synced 2025-09-17 16:15:31 -04:00

Only run tests on commits to master branch (and PRs still)

This commit is contained in:
2020-04-05 13:12:12 -04:00
parent 27e3ef7674
commit af7274d35b

View File

@@ -1,6 +1,10 @@
name: Run tests
on: [push, pull_request]
on:
push:
branches:
- master
pull_request:
jobs:
test: