Skip to content

Commit

Permalink
Should only create torrents on release
Browse files Browse the repository at this point in the history
  • Loading branch information
burner1024 committed Dec 10, 2024
1 parent 05920cd commit e401d04
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ jobs:

# Create torrents
- name: Release torrents
if: startsWith(github.ref, 'refs/tags/')
uses: devopsx/action-torrent@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit e401d04

Please sign in to comment.