Skip to content

Commit

Permalink
Update CI workflows with develop branch
Browse files Browse the repository at this point in the history
  • Loading branch information
cc-a committed Jul 5, 2024
1 parent b8764b2 commit 355248e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
pull_request:
branches:
- main
- develop

jobs:
qa:
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches:
- main
- develop

jobs:
build-and-publish:
Expand Down Expand Up @@ -32,7 +33,7 @@ jobs:
uses: docker/metadata-action@v4
with:
images: ghcr.io/${{ github.repository }}
tags: type=raw,value=frontend-main
tags: type=raw,value=frontend-${{ github.ref }}
- name: Build and push frontend Docker image
uses: docker/build-push-action@v4
with:
Expand Down

0 comments on commit 355248e

Please sign in to comment.