Skip to content

Commit

Permalink
fix: ci
Browse files Browse the repository at this point in the history
  • Loading branch information
VaibhavPage committed Feb 26, 2020
1 parent 10e50e9 commit c9fa553
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
- persist_to_workspace:
root: .
paths:
- ./dist/argo-events-linux-amd64.tar.gz
- ./dist
# push_bin pushes both the linux and mac binaries to a github release when a new tag is added to the project
push_bin:
environment:
Expand Down Expand Up @@ -91,6 +91,7 @@ workflows:
- build:
requires:
- install_dep
- test
filters:
tags:
only: /.*/
Expand Down

0 comments on commit c9fa553

Please sign in to comment.