Skip to content

Commit

Permalink
chore(gitbuhaction): less action triggered for next branch. (#961)
Browse files Browse the repository at this point in the history
  • Loading branch information
pelord authored Dec 10, 2021
1 parent 01629a6 commit b5c93fe
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/complete.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ on:
push:
branches:
- master
- next
pull_request:
branches:
- master
Expand All @@ -20,7 +21,7 @@ jobs:

strategy:
matrix:
node-version: [12.x, 14.x]
node-version: [14.x]

steps:
- name: The branch or tag ref that triggered the workflow run.
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/onPush-ci.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ on:
push:
branches-ignore:
- master
- next
jobs:
build:
runs-on: ubuntu-latest
Expand Down

0 comments on commit b5c93fe

Please sign in to comment.