Added push/pull branch filter to github test workflow

This commit is contained in:
buddh4 2020-12-01 13:51:38 +01:00
parent ccafac438a
commit 16e8e79321

View File

@ -1,8 +1,14 @@
name: PHP Codeception Tests
on:
- pull_request
- push
push:
branches:
- master
- develop
pull_request:
branches:
- master
- develop
jobs:
tests: