1
mirror of https://github.com/jakejarvis/hugo-extended.git synced 2026-06-13 01:45:29 -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
+5 -1
View File
@@ -1,6 +1,10 @@
name: Run tests
on: [push, pull_request]
on:
push:
branches:
- master
pull_request:
jobs:
test: