Skip to content

Commit

Permalink
ci: fix wrong docker build context when merged
Browse files Browse the repository at this point in the history
  • Loading branch information
JamzumSum committed Nov 11, 2023
1 parent d21d3bd commit f3dcd6e
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,6 @@ on:
pull_request:
types:
- ready_for_review
branches:
- beta
- release
pull_request_target:
types:
- closed
branches:
- beta
Expand All @@ -28,7 +23,7 @@ jobs:
build-release-docker:
runs-on: ubuntu-latest
if: |
github.event_name != 'pull_request_target' ||
github.event.action != 'closed' ||
contains(github.event.pull_request.labels.*.name, 'release')
env:
push: ${{ github.event_name != 'pull_request' }}
Expand Down

0 comments on commit f3dcd6e

Please sign in to comment.