Skip to content

Commit

Permalink
[patch-200] Removed if to debug vars.
Browse files Browse the repository at this point in the history
  • Loading branch information
GROwen committed Oct 12, 2023
1 parent c798666 commit 0951c2e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/build-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ env:
REGISTRY: ghcr.io
jobs:
buildx:
if: github.event.pull_request.merged == true || (github.event_name == 'push' && startsWith(github.head_ref, 'build')) || github.event_name == 'schedule' || github.event_name == 'workflow_dispatch'
runs-on: ubuntu-latest
strategy:
matrix:
Expand Down

0 comments on commit 0951c2e

Please sign in to comment.