From f7668b39b2412ab8e167bdb087020f426add6d54 Mon Sep 17 00:00:00 2001 From: Christian Renz Date: Sat, 30 Jul 2022 23:58:56 +0800 Subject: Update auto-run-tests-matrix.yml --- .github/workflows/auto-run-tests-matrix.yml | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/.github/workflows/auto-run-tests-matrix.yml b/.github/workflows/auto-run-tests-matrix.yml index 246774e..426bdfd 100644 --- a/.github/workflows/auto-run-tests-matrix.yml +++ b/.github/workflows/auto-run-tests-matrix.yml @@ -1,11 +1,8 @@ -name: Automatically run tests (matrixed) +name: Run tests on master (matrixed) on: - # Triggers the workflow on push or pull request events but only for the "master" branch push: - branches: [ "**" ] - pull_request: - branches: [ "**" ] + branches: [ "master" ] workflow_dispatch: @@ -15,7 +12,7 @@ jobs: strategy: matrix: os: ['ubuntu-latest', 'macos-latest', 'windows-latest'] - perl: [ '5', '5.32' ] + perl: [ '5', '5.32', '5.8.1' ] name: Perl ${{ matrix.perl }} on ${{ matrix.os }} steps: - uses: actions/checkout@v3 -- cgit v1.2.3