Skip to content

Commit 979c64c

Browse files
committed
chore: rename branch to main in workflows
1 parent 28cc87c commit 979c64c

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

.github/workflows/nodejs.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,10 @@ name: Node.js CI
33
on:
44
push:
55
branches:
6-
- master
6+
- main
77
pull_request:
88

99
jobs:
1010
nodejs:
1111
# Documentation: https://github.com/zakodium/workflows#nodejs-ci
1212
uses: zakodium/workflows/.github/workflows/nodejs.yml@nodejs-v1
13-
with:
14-
node-version-matrix: '[12, 14, 16]'

.github/workflows/release.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Release
33
on:
44
push:
55
branches:
6-
- master
6+
- main
77

88
jobs:
99
release:
@@ -14,4 +14,3 @@ jobs:
1414
secrets:
1515
github-token: ${{ secrets.BOT_TOKEN }}
1616
npm-token: ${{ secrets.NPM_BOT_TOKEN }}
17-

0 commit comments

Comments
 (0)