Skip to content

Commit acbb0c8

Browse files
committed
Update build-and-test workflow
1 parent 48e0139 commit acbb0c8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build-and-test.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,10 @@ name: dzil build and test
44
on:
55
push:
66
branches:
7-
- "*"
7+
- "master"
88
pull_request:
99
branches:
1010
- "*"
11-
schedule:
12-
- cron: "15 4 * * 0" # Every Sunday morning
1311
workflow_dispatch:
1412

1513
jobs:
@@ -19,7 +17,7 @@ jobs:
1917
strategy:
2018
max-parallel: 1
2119
container:
22-
image: perldocker/perl-tester:5.32
20+
image: perldocker/perl-tester:5.38
2321
steps:
2422
- uses: actions/checkout@v3
2523
- name: Allow for file ownership conflicts with Docker and GitHub Actions
@@ -55,6 +53,7 @@ jobs:
5553
- "5.32"
5654
- "5.34"
5755
- "5.36"
56+
- "5.38"
5857
container:
5958
image: perldocker/perl-tester:${{ matrix.perl-version }}
6059
env:
@@ -101,6 +100,7 @@ jobs:
101100
- "5.32"
102101
- "5.34"
103102
- "5.36"
103+
- "5.38"
104104
name: Perl ${{ matrix.perl-version }} on ${{ matrix.os }}
105105
needs: build
106106
steps:

0 commit comments

Comments
 (0)