build: fix dev workflow

This commit is contained in:
Chen Asraf
2023-05-15 02:52:28 +03:00
parent 7ccc0e1e3d
commit e20a0c9c24

View File

@@ -44,7 +44,7 @@ jobs:
run: exit $(git status --porcelain doc | wc -l | tr -d " ")
release:
name: release
if: ${{ github.ref == 'refs/heads/master' }}
if: ${{ github.ref == 'refs/heads/develop' }}
permissions: write-all
needs:
- lint