Skip to content

Commit

Permalink
adjust test branch
Browse files Browse the repository at this point in the history
  • Loading branch information
solverat committed Jun 4, 2021
1 parent 53219e1 commit 386b96e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/codeception.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: Codeception
on:
push:
branches: [ '3.x' ]
branches: [ 'master' ]
pull_request:
branches: [ '3.x' ]
branches: [ 'master' ]

jobs:
codeception:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ecs.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: Easy Coding Standards
on:
push:
branches: [ '3.x' ]
branches: [ 'master' ]
pull_request:
branches: [ '3.x' ]
branches: [ 'master' ]

jobs:
ecs:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/php-stan.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: PHP Stan
on:
push:
branches: [ '3.x' ]
branches: [ 'master' ]
pull_request:
branches: [ '3.x' ]
branches: [ 'master' ]

jobs:
stan:
Expand Down

0 comments on commit 386b96e

Please sign in to comment.