Skip to content

Commit 5b9a4ba

Browse files
committed
Deploy, even if not from master
1 parent 212a223 commit 5b9a4ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
-Dsonar.token=${SONAR_TOKEN}
6161
6262
deploy-artifactory:
63-
if: github.repository_owner == 'entur' && github.event_name == 'push' && github.ref == 'refs/heads/master'
63+
if: github.repository_owner == 'entur' && github.event_name == 'push'
6464
needs: [maven-package]
6565
runs-on: ubuntu-24.04
6666
steps:

0 commit comments

Comments
 (0)