Skip to content

Commit 143cb03

Browse files
committed
fix: adjust branch usage of workflows
1 parent 4f729d0 commit 143cb03

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/cd-storybook.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Continuous deployment (Storybook)
33
on:
44
push:
55
branches:
6-
- main
6+
- master
77

88
jobs:
99
build-and-deploy-storybook:

.github/workflows/check-size.yml

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

88
jobs:
99
size:

.github/workflows/release-management.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Release management
33
on:
44
push:
55
branches:
6-
- main
6+
- master
77

88
jobs:
99
release-please:

0 commit comments

Comments
 (0)