We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f7f63f commit 8b28f9cCopy full SHA for 8b28f9c
.github/workflows/build.yml
@@ -55,7 +55,7 @@ jobs:
55
56
- name: Conditionally Deploy to Igniterealtime Archiva
57
id: deploy
58
- if: ${{ contains(github.repository, 'igniterealtime/') && ( ( github.event_name == 'push' && github.ref == 'refs/heads/master' ) || contains(github.ref, 'refs/tags/') ) && matrix.java == '1.8' }}
+ if: ${{ contains(github.repository, 'igniterealtime/') && ( ( github.event_name == 'push' && github.ref == 'refs/heads/main' ) || contains(github.ref, 'refs/tags/') ) && matrix.java == '1.8' }}
59
run: mvn -B deploy --settings target/ci-tooling/maven-settings-for-openfire-plugins.xml
60
env:
61
CI_DEPLOY_USERNAME: ${{ secrets.IGNITE_REALTIME_MAVEN_USERNAME }}
0 commit comments