Limit GitHub CI workflow to the master branch

This commit is contained in:
Bubka 2022-03-31 10:04:44 +02:00
parent d1a6255ae2
commit f131da845e

View File

@ -1,6 +1,8 @@
name: CI
on:
push:
branches:
- master
paths:
- .github/workflows/ci.yml
- app/**
@ -22,6 +24,8 @@ on:
- phpunit.xml
- server.php
pull_request:
branches:
- master
paths:
- .github/workflows/ci.yml
- app/**