fix(ci): forgot we are using master branch

This commit is contained in:
Ismo Vuorinen
2024-12-11 13:50:30 +02:00
parent 0be2ed7c16
commit 3d1a5da432

View File

@@ -4,9 +4,9 @@ name: PHPUnit
on:
push:
branches: [main]
branches: [master, main]
pull_request:
branches: [main]
branches: [master, main]
jobs:
build-test: