ci: don't skip tests from branch named `dev`

This commit is contained in:
Daniel Roe 2024-06-14 13:19:15 +01:00
parent 1f663e7f27
commit 2a5d052570
No known key found for this signature in database
GPG Key ID: 3714AB03996F442B
2 changed files with 2 additions and 2 deletions

View File

@ -20,7 +20,7 @@ concurrency:
jobs:
setup:
runs-on: ubuntu-latest
if: github.event_name == 'push' || !((github.base_ref == '2.x') && github.head_ref == 'dev')
if: github.event_name == 'push'
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7

View File

@ -20,7 +20,7 @@ concurrency:
jobs:
setup:
runs-on: ${{ matrix.os }}
if: github.event_name == 'push' || !((github.base_ref == '2.x') && github.head_ref == 'dev')
if: github.event_name == 'push'
strategy:
matrix: