Skip to content

Commit

Permalink
fix: #dev change target branch deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
KartVen committed Nov 27, 2024
1 parent 5d7cf29 commit f2329c7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/dev.kodemy.deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: DEV - KodemyFrontend deploy

on:
push:
branches: ['dev']
branches: [ 'dev-deploy' ]
paths-ignore:
- '.gitignore'
- 'README.md'
Expand Down Expand Up @@ -40,7 +40,7 @@ jobs:
exit $EXIT
update-branch:
name: Update branch
needs: [prepare]
needs: [ prepare ]
runs-on: self-hosted
environment: dev
steps:
Expand All @@ -63,7 +63,7 @@ jobs:
validate:
name: Validate components
runs-on: self-hosted
needs: [update-branch]
needs: [ update-branch ]
environment: dev
steps:
- name: Validate components
Expand All @@ -81,7 +81,7 @@ jobs:
build-and-deploy:
name: Build, Test, Deploy
runs-on: self-hosted
needs: [validate]
needs: [ validate ]
environment: dev
steps:
- name: Build, Test, Deploy
Expand Down

0 comments on commit f2329c7

Please sign in to comment.