Skip to content

Commit 48c9cfa

Browse files
committed
update workflow for new default branch
1 parent a135bfa commit 48c9cfa

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,7 @@ name: CI
22
on:
33
pull_request: {}
44
push:
5-
branches:
6-
- master
7-
- main
5+
branches: [main]
86

97
concurrency:
108
group: ci-${{ github.head_ref || github.ref }}
@@ -27,7 +25,7 @@ jobs:
2725
publish:
2826
name: Release
2927
runs-on: ubuntu-latest
30-
if: github.ref == 'refs/heads/master'
28+
if: github.ref == 'refs/heads/main'
3129
needs: [test]
3230
steps:
3331
- name: Dispatch Release

0 commit comments

Comments
 (0)