Skip to content

Commit

Permalink
circleci config fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kkrug committed Jan 31, 2025
1 parent 582de37 commit bbc6ab8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ workflows:
- assets
filters:
branches:
only: main
only: dev
- release-approval:
type: approval
requires:
Expand Down Expand Up @@ -285,7 +285,7 @@ workflows:
cron: "0 4 * * *"
filters:
branches:
only: main
only: dev
jobs:
- setup
- assets:
Expand Down

0 comments on commit bbc6ab8

Please sign in to comment.