chore: run tests on and against release branches

This commit is contained in:
Andrew Bastin 2023-07-18 21:41:38 +05:30
parent 6496bea846
commit e869d49e16

View File

@ -2,9 +2,9 @@ name: Node.js CI
on:
push:
branches: [main, staging]
branches: [main, staging, "release/**"]
pull_request:
branches: [main, staging]
branches: [main, staging, "release/**"]
jobs:
test: