Skip to content

Commit

Permalink
fixes deployment and remove tests on push (#36)
Browse files Browse the repository at this point in the history
  • Loading branch information
brenomfviana authored Dec 14, 2023
1 parent 39826cd commit 98ca519
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@ jobs:
- name: Deploy
env:
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}
run: nix develop .# --command sh -c 'cd brado && cargo login --registry $CARGO_REGISTRY_TOKEN && cargo publish'
run: nix develop .# --command sh -c 'cd brado && cargo login $CARGO_REGISTRY_TOKEN && cargo publish'
2 changes: 0 additions & 2 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
name: tests

on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main", "feature/**", "refactor/**", "fix/**", "hotfix/**", ]

Expand Down

0 comments on commit 98ca519

Please sign in to comment.