Skip to content

Commit

Permalink
Merge branch 'main' into release/0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
AlejandroFernandezLuces committed Nov 18, 2022
2 parents 672dfc9 + 6024c6a commit f8a3985
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci_cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,7 @@ jobs:
name: Release
if: |
github.event_name == 'push' &&
contains(github.ref, 'refs/tags') &&
github.event.workflow_run.conclusion == 'success'
contains(github.ref, 'refs/tags')
runs-on: ubuntu-latest

steps:
Expand Down

0 comments on commit f8a3985

Please sign in to comment.