Skip to content

Commit

Permalink
Fix release workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Matteo Joliveau <[email protected]>
  • Loading branch information
MatteoJoliveau committed Feb 28, 2022
1 parent 705f36c commit d29c3ad
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
container-image:
if: github.ref == 'refs/heads/main'
needs: [lint-and-test]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit d29c3ad

Please sign in to comment.