Skip to content

Commit ee32b80

Browse files
authored
Update tests.yml
1 parent bf8981f commit ee32b80

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
name: Expose Server Tests
22

3-
on:
4-
workflow_dispatch:
5-
pull_request:
3+
on: [push, pull_request]
64

75
jobs:
86
test:
@@ -41,4 +39,4 @@ jobs:
4139
run: composer update --${{ matrix.stability }} --prefer-dist --no-interaction
4240

4341
- name: Execute tests
44-
run: vendor/bin/phpunit
42+
run: vendor/bin/phpunit

0 commit comments

Comments
 (0)