Skip to content

Commit

Permalink
Merge branch 'master' into pulls/dependabot-gh-actions
Browse files Browse the repository at this point in the history
  • Loading branch information
jankapunkt authored Jul 25, 2024
2 parents e092cb2 + 88c61c0 commit 35367e6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ name: Tests
on:
push:
branches:
- master # allthough master is push protected we still keep it
- master # although master is push protected we still keep it
- development
pull_request: # runs on all PR
branches-ignore:
- release-* # on release we run an extended workflow so no need for this
- release-* # on release, we run an extended workflow so no need for this

jobs:
lint:
Expand All @@ -34,7 +34,7 @@ jobs:
needs: [lint]
strategy:
matrix:
node: [16, 18, 20]
node: [16, 18, 20, 22]
steps:
- name: Checkout ${{ matrix.node }}
uses: actions/checkout@v3
Expand Down

0 comments on commit 35367e6

Please sign in to comment.