Skip to content

Commit

Permalink
🔨 [Refactor] Change ci branch to develop (#594)
Browse files Browse the repository at this point in the history
  • Loading branch information
nyeoni committed Aug 22, 2023
1 parent 6d0d840 commit 0f0ef8a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/chromatic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ name: "Chromatic"
# Event for the workflow
on:
pull_request:
branches: [main]
branches: [develop]
paths: ["**.stories.ts", "**.stories.tsx"]

# List of jobs
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/frontend-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ name: 'Frontend-Build'

on:
pull_request:
branches: [ main ]
branches: [ develop ]
paths: [ 'frontend/**' ]

jobs:
Expand Down

0 comments on commit 0f0ef8a

Please sign in to comment.