Skip to content

Commit

Permalink
Updated CI
Browse files Browse the repository at this point in the history
  • Loading branch information
DamienHarper committed Dec 3, 2022
1 parent 6534505 commit 798f1bb
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/ci-5.x.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ on:
- cron: 0 1 * * *
pull_request:
branches:
- master
- 5.x
push:
branches:
- master
- 5.x

jobs:

Expand All @@ -19,6 +19,8 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v2
with:
ref: 5.x

- name: Setup PHP
uses: shivammathur/setup-php@v2
Expand Down Expand Up @@ -56,6 +58,8 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v2
with:
ref: 5.x

- name: Setup PHP
uses: shivammathur/setup-php@v2
Expand Down Expand Up @@ -127,6 +131,8 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v2
with:
ref: 5.x

- name: Setup PHP
uses: shivammathur/setup-php@v2
Expand Down

0 comments on commit 798f1bb

Please # to comment.