mirror of
https://github.com/humhub/humhub.git
synced 2025-04-21 15:41:54 +02:00
Added push/pull branch filter to github test workflow
This commit is contained in:
parent
ccafac438a
commit
16e8e79321
10
.github/workflows/php-test.yml
vendored
10
.github/workflows/php-test.yml
vendored
@ -1,8 +1,14 @@
|
||||
name: PHP Codeception Tests
|
||||
|
||||
on:
|
||||
- pull_request
|
||||
- push
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
- develop
|
||||
pull_request:
|
||||
branches:
|
||||
- master
|
||||
- develop
|
||||
|
||||
jobs:
|
||||
tests:
|
||||
|
Loading…
x
Reference in New Issue
Block a user