Skip to content

Commit

Permalink
Merge pull request #750 from sapuri/gh/deploy-condition
Browse files Browse the repository at this point in the history
github: update deploy condition
  • Loading branch information
sapuri authored Mar 3, 2024
2 parents a43524e + c2a7de2 commit 61bcdb1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:

deploy:
if: github.ref == 'refs/heads/master'
needs: [lint, test]

runs-on: ubuntu-latest
permissions:
contents: read
Expand All @@ -95,7 +95,7 @@ jobs:
IMAGE_APP: asia-northeast1-docker.pkg.dev/srandom/app/app:${{ github.sha }}
IMAGE_CMD_UPDATE_MUSIC: asia-northeast1-docker.pkg.dev/srandom/cmd/update-music:${{ github.sha }}
IMAGE_CMD_EXPORT2CSV: asia-northeast1-docker.pkg.dev/srandom/cmd/export2csv:${{ github.sha }}

steps:
- uses: actions/checkout@v4

Expand Down

0 comments on commit 61bcdb1

Please sign in to comment.