We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9bc0d05 commit 6beb69aCopy full SHA for 6beb69a
.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/paynow-module' }}"
+ if: "${{ github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/heads/version/') }}"
45
run: ./gradlew publish
46
47
- name: Gradle Release
0 commit comments