Skip to content

Commit

Permalink
fix: adjust branch usage of workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
openscript committed Jun 24, 2022
1 parent 4f729d0 commit 143cb03
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cd-storybook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Continuous deployment (Storybook)
on:
push:
branches:
- main
- master

jobs:
build-and-deploy-storybook:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/check-size.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Check size
on:
pull_request:
branches:
- main
- master

jobs:
size:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-management.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Release management
on:
push:
branches:
- main
- master

jobs:
release-please:
Expand Down

0 comments on commit 143cb03

Please sign in to comment.