Skip to content

Commit f2a427d

Browse files
committed
update workflow for new default branch [skip ci]
1 parent 71786b5 commit f2a427d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: CI
22

33
on:
44
push:
5-
branches: [master, main]
5+
branches: [main]
66
pull_request: {}
77

88
concurrency:
@@ -156,7 +156,7 @@ jobs:
156156
publish:
157157
name: Release
158158
runs-on: ubuntu-latest
159-
if: github.ref == 'refs/heads/master'
159+
if: github.ref == 'refs/heads/main'
160160
needs: [test]
161161
steps:
162162
- name: Dispatch Release

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
},
2222
"release": {
2323
"branches": [
24-
"master",
24+
"main",
2525
{
2626
"name": "beta",
2727
"prerelease": true

0 commit comments

Comments
 (0)