Skip to content

Commit

Permalink
prepare to merge
Browse files Browse the repository at this point in the history
  • Loading branch information
justagist committed Aug 6, 2024
1 parent b37e4e3 commit 0c8901e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ on: [push, workflow_dispatch]
jobs:
# Auto-publish when version is increased
publish-job:
# Only publish on `test_pixi` branch
if: github.ref == 'refs/heads/test_pixi'
# Only publish on `main` branch
if: github.ref == 'refs/heads/main'
runs-on: ubuntu-latest
permissions: # Don't forget permissions
contents: write
Expand Down

0 comments on commit 0c8901e

Please sign in to comment.