There was an error while loading. Please reload this page.
1 parent 65d9fa6 commit b15adcfCopy full SHA for b15adcf
1 file changed
.github/workflows/deploy.yml
@@ -41,7 +41,7 @@ jobs:
41
fi
42
43
- 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' }}"
+ if: "${{ github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/heads/version/') }}"
45
run: ./gradlew publish
46
47
- name: Gradle Release
0 commit comments