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 e677c35 commit 1bade79Copy full SHA for 1bade79
.github/workflows/release.yml .github/workflows/prod-cd.yml.github/workflows/release.yml renamed to .github/workflows/prod-cd.yml
@@ -1,8 +1,8 @@
1
-name: Build Gradle and Deploy
+name: [PROD] Build Gradle and Deploy
2
3
on:
4
push:
5
- branches: [ "release" ]
+ branches: [ "main" ]
6
workflow_dispatch:
7
8
jobs:
.github/workflows/stage-cd.yml
@@ -2,7 +2,7 @@ name: [STAGE] Build Gradle and Deploy
- branches: [ "real-release" ]
+ branches: [ "release" ]
0 commit comments