Skip to content

Commit d67369f

Browse files
committed
CI on PRs
1 parent e51f192 commit d67369f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ name: CI
44

55
# Controls when the action will run. Triggers the workflow on push or pull request
66
# events but only for the master branch
7-
on: [push]
7+
on: [push, pull_request]
88
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
99
jobs:
1010
# This workflow contains a single job called "build"
@@ -16,7 +16,7 @@ jobs:
1616
matrix:
1717
php: [7.4]
1818

19-
name: PHP${{ matrix.php }}
19+
name: PHP-${{ matrix.php }}
2020

2121
# Steps represent a sequence of tasks that will be executed as part of the job
2222
steps:

0 commit comments

Comments
 (0)