Skip to content

Commit 352e1fe

Browse files
committed
fix(ci): trigger the build and release workflows on main
1 parent a513c62 commit 352e1fe

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Build
33
on:
44
workflow_call:
55
pull_request:
6-
branches: [master]
6+
branches: [main]
77

88
concurrency:
99
group: build-${{ github.workflow }}-${{ github.ref }}

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Release
22

33
on:
44
push:
5-
branches: [master]
5+
branches: [main]
66

77
concurrency:
88
group: release

0 commit comments

Comments
 (0)