Skip to content

Commit

Permalink
[DDS-1576] Added conditionals for runs.
Browse files Browse the repository at this point in the history
  • Loading branch information
GROwen committed Oct 4, 2023
1 parent f7a871e commit 231e1a8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
workflow_dispatch:
push:
branches:
- "build/**"
- 'build/**'
pull_request_target:
types:
- closed
Expand All @@ -15,6 +15,7 @@ env:
REGISTRY: ghcr.io
jobs:
buildx:
if: github.event.pull_request.merged == true || 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 231e1a8

Please sign in to comment.