Skip to content

Commit

Permalink
chore: change CI target for next (#55)
Browse files Browse the repository at this point in the history
* chore: change CI target for next

* chore: add next branch to CI targets
  • Loading branch information
Marsup authored Dec 6, 2023
1 parent dd3eb55 commit 2f0e54b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/ci-module.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,10 @@ on:
push:
branches:
- master
- next
pull_request:
workflow_dispatch:

jobs:
test:
uses: hapijs/.github/.github/workflows/ci-module.yml@master
with:
min-node-version: 14
uses: hapijs/.github/.github/workflows/ci-module.yml@min-node-18-hapi-21

0 comments on commit 2f0e54b

Please sign in to comment.