Skip to content

Commit 8b28f9c

Browse files
committed
s/master/main/
1 parent 7f7f63f commit 8b28f9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555

5656
- name: Conditionally Deploy to Igniterealtime Archiva
5757
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' }}
58+
if: ${{ contains(github.repository, 'igniterealtime/') && ( ( github.event_name == 'push' && github.ref == 'refs/heads/main' ) || contains(github.ref, 'refs/tags/') ) && matrix.java == '1.8' }}
5959
run: mvn -B deploy --settings target/ci-tooling/maven-settings-for-openfire-plugins.xml
6060
env:
6161
CI_DEPLOY_USERNAME: ${{ secrets.IGNITE_REALTIME_MAVEN_USERNAME }}

0 commit comments

Comments
 (0)