Use develop branch for github workflows

This commit is contained in:
slawkens
2026-01-04 13:33:44 +01:00
parent 2db4f6a57b
commit c28dc29391
3 changed files with 6 additions and 6 deletions

View File

@@ -1,9 +1,9 @@
name: Cypress name: Cypress
on: on:
pull_request: pull_request:
branches: [main] branches: [develop]
push: push:
branches: [main] branches: [develop]
jobs: jobs:
cypress: cypress:

View File

@@ -1,9 +1,9 @@
name: PHP Linting name: PHP Linting
on: on:
pull_request: pull_request:
branches: [main] branches: [develop]
push: push:
branches: [main] branches: [develop]
jobs: jobs:
phplint: phplint:

View File

@@ -2,9 +2,9 @@ name: "PHPStan"
on: on:
pull_request: pull_request:
branches: [main] branches: [develop]
push: push:
branches: [main] branches: [develop]
jobs: jobs:
tests: tests: