Skip to content

Commit 8deeaf5

Browse files
authored
Merge pull request #39 from WTW-IM/master-to-main
Build: updating master references to main
2 parents a82add6 + f5e6cf1 commit 8deeaf5

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@ on:
33
pull_request:
44
push:
55
branches:
6-
- master
6+
- main
77
- react-16
88
jobs:
99
test:
10-
name: "Test with Node version: ${{ matrix.node }}"
10+
name: 'Test with Node version: ${{ matrix.node }}'
1111
runs-on: ubuntu-latest
1212
strategy:
1313
matrix:
14-
node: [ node, lts/* ]
14+
node: [node, lts/*]
1515
steps:
1616
- name: Checkout
1717
uses: actions/checkout@v3
@@ -63,4 +63,3 @@ jobs:
6363
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
6464
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
6565
run: npx semantic-release
66-

release.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
module.exports = {
22
repositoryUrl: '[email protected]:WTW-IM/react-html-element.git',
33
branches: [
4-
{ name: 'master' },
4+
{ name: 'main' },
55
{ name: 'react-17', channel: 'react-17', prerelease: 'react-17' },
66
{ name: 'react-16', channel: 'react-16' },
77
],

0 commit comments

Comments
 (0)