Skip to content

Commit

Permalink
ci(ci.yml): update deployment workflow to use 'develop' branch for te…
Browse files Browse the repository at this point in the history
…sting

Switching the deployment workflow to use the 'develop' branch allows for
testing the latest changes before they are merged into the main branch.
This helps in identifying and fixing issues early in the development
cycle.
  • Loading branch information
cybersiddhu committed Aug 16, 2024
1 parent 8e14732 commit 5145d8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
token: ${{ secrets.CODECOV }}
call-build-deploy:
needs: test
uses: dictyBase/workflows/.github/workflows/composite-deploy.yaml@main
uses: dictyBase/workflows/.github/workflows/composite-deploy.yaml@develop
secrets: inherit
with:
app: content
Expand Down

0 comments on commit 5145d8f

Please sign in to comment.