Skip to content

Commit

Permalink
fix(docker): fix workflow condition
Browse files Browse the repository at this point in the history
  • Loading branch information
withSang committed Nov 13, 2023
1 parent a018c60 commit d85b295
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions .github/workflows/build-dev-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,11 @@ name: Push Dev Image to GitHub Packages on Pushes to Main

# when tagging action success
on:
pull_request:
types:
- closed
branches:
- main
push:
branches: ["main"]

jobs:
if_merged:
if: github.event.pull_request.merged == true
build-and-push:
name: Build and Push
runs-on: ubuntu-latest

Expand Down

0 comments on commit d85b295

Please sign in to comment.