Skip to content

Commit b15adcf

Browse files
committed
Remove temp gradle publish
1 parent 65d9fa6 commit b15adcf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
fi
4242
4343
- name: Gradle Publish
44-
if: "${{ github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/heads/version/') || github.ref == 'refs/heads/feature/inventory-and-chat-buttons' }}"
44+
if: "${{ github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/heads/version/') }}"
4545
run: ./gradlew publish
4646

4747
- name: Gradle Release

0 commit comments

Comments
 (0)