We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e51f192 commit d67369fCopy full SHA for d67369f
.github/workflows/main.yml
@@ -4,7 +4,7 @@ name: CI
4
5
# Controls when the action will run. Triggers the workflow on push or pull request
6
# events but only for the master branch
7
-on: [push]
+on: [push, pull_request]
8
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
9
jobs:
10
# This workflow contains a single job called "build"
@@ -16,7 +16,7 @@ jobs:
16
matrix:
17
php: [7.4]
18
19
- name: PHP${{ matrix.php }}
+ name: PHP-${{ matrix.php }}
20
21
# Steps represent a sequence of tasks that will be executed as part of the job
22
steps:
0 commit comments