Skip to content

Commit c9be20f

Browse files
committed
Fixed GH workflow file
1 parent fc7ab43 commit c9be20f

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/php.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
1+
name: Tests
12

3+
on:
4+
push:
5+
branches: [ "main" ]
6+
pull_request:
7+
branches: [ "main" ]
28

9+
permissions:
10+
contents: read
11+
12+
jobs:
313
build:
414
name: 'PHP ${{ matrix.php }} (Composer Flags: ${{ matrix.composer }})'
515

0 commit comments

Comments
 (0)