From 70ae10137caba3fad44083a69041e955c8f77ffd Mon Sep 17 00:00:00 2001 From: Ismo Vuorinen Date: Wed, 11 Dec 2024 13:07:02 +0200 Subject: [PATCH] chore: tweak triggers in github workflow --- .github/workflows/phpunit.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/phpunit.yml b/.github/workflows/phpunit.yml index 61eb54d..b773fdd 100644 --- a/.github/workflows/phpunit.yml +++ b/.github/workflows/phpunit.yml @@ -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: