Skip to content

Commit

Permalink
Fix trigger on idiotic CircleCI workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
weavejester committed Sep 28, 2024
1 parent 6067d80 commit 3cd7ff6
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -300,38 +300,26 @@ workflows:
- uberjar:
filters:
branches:
ignore: /.*/
tags:
only: /^circleci-force$/
- linux_amd64:
filters:
branches:
ignore: /.*/
tags:
only: /^circleci-force$/
- linux_aarch64:
filters:
branches:
ignore: /.*/
tags:
only: /^circleci-force$/
- macos_amd64:
filters:
branches:
ignore: /.*/
tags:
only: /^circleci-force$/
- macos_aarch64:
filters:
branches:
ignore: /.*/
tags:
only: /^circleci-force$/
- windows:
filters:
branches:
ignore: /.*/
tags:
only: /^circleci-force$/
- publish_release:
requires:
Expand All @@ -343,6 +331,4 @@ workflows:
- windows
filters:
branches:
ignore: /.*/
tags:
only: /^circleci-force$/

0 comments on commit 3cd7ff6

Please sign in to comment.