1 parent a513c62 commit 352e1feCopy full SHA for 352e1fe
2 files changed
.github/workflows/build.yml
@@ -3,7 +3,7 @@ name: Build
3
on:
4
workflow_call:
5
pull_request:
6
- branches: [master]
+ branches: [main]
7
8
concurrency:
9
group: build-${{ github.workflow }}-${{ github.ref }}
.github/workflows/release.yml
@@ -2,7 +2,7 @@ name: Release
2
push:
group: release
0 commit comments