:octocat: limit jobs to main branch

This commit is contained in:
codemasher
2021-11-19 23:32:19 +01:00
parent efac020aaf
commit 257ab2ba60
+7 -3
View File
@@ -2,8 +2,12 @@
# https://github.com/sebastianbergmann/phpunit/blob/master/.github/workflows/ci.yml
on:
- pull_request
- push
push:
branches:
- main
pull_request:
branches:
- main
name: "Continuous Integration"
@@ -51,7 +55,7 @@ jobs:
php-version: "7.4"
coverage: none
tools: phpDocumentor
extensions: ast, gd, imagick, json, mbstring
extensions: gd, imagick, json, mbstring
- name: "Build Docs"
run: phpdoc --config=phpdoc.xml