Skip to content

Commit

Permalink
ci: change workflow triggers
Browse files Browse the repository at this point in the history
  • Loading branch information
dawidsowardx committed Nov 27, 2024
1 parent 89329b2 commit 1707fc6
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@ name: Build
on:
push:
branches:
- '**'
- develop
- main
- release/**
pull_request:

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/connect-button-ci.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: 'Connect button CI/CD'
name: 'Connect Button Storybook'

on:
pull_request:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ on:
push:
branches:
- main
- next
- develop
- release/**
workflow_dispatch:
Expand Down

0 comments on commit 1707fc6

Please sign in to comment.