Skip to content

Commit 70ae101

Browse files
committed
chore: tweak triggers in github workflow
1 parent e9e9587 commit 70ae101

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/phpunit.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,11 @@
22
# yaml-language-server: $schema=https://json.schemastore.org/github-workflow.json
33
name: PHPUnit
44

5-
on: [ push, pull_request ]
5+
on:
6+
push:
7+
branches: [main]
8+
pull_request:
9+
branches: [main]
610

711
jobs:
812
build-test:

0 commit comments

Comments
 (0)