Pārlūkot izejas kodu

main.yml: deploy "Java" snapshots from the v3.6 branch

Stephen Gold 2 gadi atpakaļ
vecāks
revīzija
e6888611f1
1 mainītis faili ar 2 papildinājumiem un 2 dzēšanām
  1. 2 2
      .github/workflows/main.yml

+ 2 - 2
.github/workflows/main.yml

@@ -291,12 +291,12 @@ jobs:
             fi
           fi
 
-  # This job deploys snapshots on the master branch
+  # This job deploys snapshots on the v3.6 branch
   DeployJavaSnapshot:
     needs: [BuildJMonkey]
     name: Deploy Java Snapshot
     runs-on: ubuntu-latest
-    if: github.event_name == 'push' && github.ref_name == 'master'
+    if: github.event_name == 'push' && github.ref_name == 'v3.6'
     steps:
 
       # We need to clone everything again for uploadToMaven.sh ...