Skip to content

Commit

Permalink
fix workflow on non master branch
Browse files Browse the repository at this point in the history
  • Loading branch information
israpps authored Aug 29, 2024
1 parent 6cb5f5b commit 279259e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/repack-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ on:

jobs:
clean_release:
if: github.ref == 'refs/heads/main'
runs-on: ubuntu-latest
steps:
- name: rebuild release body
if: github.ref == 'refs/heads/main'
uses: marvinpinto/action-automatic-releases@latest
with:
repo_token: "${{ secrets.GITHUB_TOKEN }}"
Expand Down

0 comments on commit 279259e

Please sign in to comment.