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

Commit

Permalink
Fix deployement (#250)
Browse files Browse the repository at this point in the history
  • Loading branch information
jpalvarezl authored Feb 5, 2021
1 parent eedc240 commit 41f5f8c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,8 @@ jobs:
needs: [ rustfmt, tests ]
if: github.ref == 'refs/heads/main' || github.ref == 'refs/heads/develop' || startsWith(github.ref, 'refs/tags/v')
steps:
- name: Checkout branch
uses: actions/checkout@v2
- name: Dockerhub login
uses: docker/login-action@v1
with:
Expand Down

0 comments on commit 41f5f8c

Please sign in to comment.