Skip to content

Commit

Permalink
chore: run jobs on chore branches
Browse files Browse the repository at this point in the history
  • Loading branch information
2fd committed Sep 14, 2023
1 parent 602fe9e commit f862b0b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/testing_alpha.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches:
- next
- chore/*
- feat/*
- fix/*

Expand All @@ -12,7 +13,7 @@ jobs:
strategy:
matrix:
os: [ ubuntu-latest, windows-latest ]
node-version: [ 12, 14, 16, 18, 20 ]
node-version: [ 14, 16, 18, 20 ]

name: Test(Node ${{ matrix.node-version }} on ${{ matrix.os }})

Expand Down

0 comments on commit f862b0b

Please sign in to comment.