Skip to content

Commit f007860

Browse files
authored
Update gradle-deploy-develop.yml for develop branch
1 parent 97337cd commit f007860

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/gradle-deploy-develop.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ on:
33
push:
44
branches:
55
- 'develop'
6-
- 'feature-2486/create-new-pipeline-for-updated-env'
76
env:
87
HUSKY: 0
98
PROJECT_NUMBER: ${{ secrets.PROJECT_NUM }}
@@ -44,7 +43,7 @@ jobs:
4443
id-token: 'write'
4544
runs-on: ubuntu-latest
4645
environment:
47-
name: DEV-POC
46+
name: Development
4847
url: ${{ env.TARGET_URL }}/
4948
steps:
5049
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)