Skip to content

Commit

Permalink
chore: setup tests
Browse files Browse the repository at this point in the history
  • Loading branch information
hschoenenberger committed Dec 19, 2024
1 parent b914263 commit a289bcc
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/php.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
name: PHP tests
on: [push, pull_request]

on:
pull_request:
types: [opened, reopened, synchronize, labeled]

jobs:
php-linter:
name: PHP Syntax check 5.6|7.2|8.0|8.1
Expand Down

0 comments on commit a289bcc

Please sign in to comment.