Skip to content

Commit ecbd1d9

Browse files
committedMar 8, 2023
chore: rename branch
1 parent 9acfadc commit ecbd1d9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

‎.github/workflows/ci.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ name: ci
33
on:
44
push:
55
branches:
6-
- master
6+
- main
77
pull_request:
88
branches:
9-
- master
9+
- main
1010

1111
jobs:
1212
ci:
@@ -24,7 +24,7 @@ jobs:
2424
node-version: ${{ matrix.node }}
2525

2626
- name: checkout
27-
uses: actions/checkout@master
27+
uses: actions/checkout@v2
2828

2929
- name: cache node_modules
3030
uses: actions/cache@v2

0 commit comments

Comments
 (0)