Skip to content

Commit

Permalink
[patch-200] Updated conditional with correct context ref.
Browse files Browse the repository at this point in the history
  • Loading branch information
GROwen committed Oct 12, 2023
1 parent 0951c2e commit 45bc237
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ env:
REGISTRY: ghcr.io
jobs:
buildx:
if: github.event.pull_request.merged == true || (github.event_name == 'push' && startsWith(github.ref, 'refs/heads/build/')) || contains(fromJson('["schedule", "workflow_dispatch"]'), github.event_name)
runs-on: ubuntu-latest
strategy:
matrix:
Expand Down

0 comments on commit 45bc237

Please sign in to comment.