Skip to content
This repository has been archived by the owner on Oct 4, 2023. It is now read-only.

Commit

Permalink
Disable branch filter
Browse files Browse the repository at this point in the history
  • Loading branch information
sliptype committed Sep 4, 2023
1 parent 62c3391 commit a4af082
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -166,9 +166,9 @@ workflows:
- init

generate-release:
when:
and:
- equal: [scheduled_pipeline, << pipeline.trigger_source >>]
- equal: ['generate-release', << pipeline.schedule.name >>]
# when:
# and:
# - equal: [scheduled_pipeline, << pipeline.trigger_source >>]
# - equal: ['generate-release', << pipeline.schedule.name >>]
jobs:
- generate-release

0 comments on commit a4af082

Please sign in to comment.