Skip to content

Commit

Permalink
ci: Updated the trigger for the release job (#176)
Browse files Browse the repository at this point in the history
* ci: Updated release job

* ci: Updated release trigger
  • Loading branch information
frgfm authored Aug 1, 2022
1 parent 66ebdc8 commit ab64a60
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:

jobs:
pypi-publish:
if: "!github.event.release.prerelease"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
Expand Down Expand Up @@ -55,6 +56,7 @@ jobs:
python -c "import torchcam; print(torchcam.__version__)"
conda-publish:
if: "!github.event.release.prerelease"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit ab64a60

Please sign in to comment.