chore: tweak triggers in github workflow

This commit is contained in:
Ismo Vuorinen
2024-12-11 13:07:02 +02:00
parent e9e95871a1
commit 70ae10137c

View File

@@ -2,7 +2,11 @@
# yaml-language-server: $schema=https://json.schemastore.org/github-workflow.json
name: PHPUnit
on: [ push, pull_request ]
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
build-test: