Skip to content

Commit a010574

Browse files
authored
Merge pull request msyk#76 from matsuo/mofidy-the-yaml-file
Modify the YAML file for GitHub Actions to run the test when there is activity on a pull request
2 parents 455de38 + aef2e23 commit a010574

1 file changed

Lines changed: 2 additions & 5 deletions

File tree

.github/workflows/php.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,8 @@ name: Test
22

33
on:
44
push:
5-
branches:
6-
- "*"
75
pull_request:
8-
types: [opened, reopened]
9-
branches: [ 'master', 'main' ]
6+
workflow_dispatch:
107
schedule:
118
- cron: '0 9 15 * *'
129

@@ -18,7 +15,7 @@ jobs:
1815
matrix:
1916
php: [ '7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3' ]
2017
steps:
21-
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
18+
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
2219
- name: Run docker-compose
2320
shell: bash
2421
run: |

0 commit comments

Comments
 (0)