Fix branch name in workflows

This commit is contained in:
slawkens 2025-02-02 22:38:40 +01:00
parent 4b6024dc45
commit 329153fda6
3 changed files with 6 additions and 6 deletions

View File

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

View File

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

View File

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