Skip to content

Commit

Permalink
change branch name for test
Browse files Browse the repository at this point in the history
  • Loading branch information
nischalstha9 committed Aug 30, 2024
1 parent 449c833 commit ab1bbf7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
- main
- staging
- develop
- ci/gh-workflows
- ci-gh-workflows
paths:
# Workflow is triggered only if src changes
- backend/**
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/frontend-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ jobs:
- id: node_packages_install
name: Install node pacakges
working-directory: ${{ inputs.context }}
run: |
case "${{ inputs.package-manager }}" in
yarn)
Expand Down Expand Up @@ -119,6 +120,7 @@ jobs:
- id: build_frontend
name: Build Frontend
working-directory: ${{ inputs.context }}
run: |
case "${{ inputs.package-manager }}" in
yarn)
Expand All @@ -135,7 +137,7 @@ jobs:
if: ${{ inputs.upload-artifacts }}
with:
name: ${{ github.repository_id }}-${{ github.sha }}-frontend-dist
path: ./dist/*
path: ${{ inputs.context }}/dist/*
retention-days: 1

- id: get_artifact_name
Expand Down

0 comments on commit ab1bbf7

Please sign in to comment.