Skip to content

Commit

Permalink
fix: release initial version
Browse files Browse the repository at this point in the history
  • Loading branch information
MarshallOfSound committed Jan 16, 2023
1 parent 14663d5 commit df7e1b3
Showing 1 changed file with 8 additions and 12 deletions.
20 changes: 8 additions & 12 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,17 +22,13 @@ jobs:
workflows:
version: 2
test_and_release:
# Run the test jobs first, then the release only when all the test jobs are successful
jobs:
- test
# - cfa/release:
# requires:
# - test-linux-12
# - test-linux-14
# - test-mac
# - test-windows
# filters:
# branches:
# only:
# - main
# context: cfa-release
- cfa/release:
requires:
- test
filters:
branches:
only:
- main
context: cfa-release

0 comments on commit df7e1b3

Please sign in to comment.