Skip to content

Commit

Permalink
[DDS-1576] Remove CircleCI. Add build on merge to target. (#199)
Browse files Browse the repository at this point in the history
  • Loading branch information
GROwen authored Oct 4, 2023
1 parent 0dcdfc6 commit a15ce4c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 167 deletions.
166 changes: 0 additions & 166 deletions .circleci/config.yml

This file was deleted.

6 changes: 5 additions & 1 deletion .github/workflows/build-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,16 @@ on:
workflow_dispatch:
push:
branches:
- "build/**"
- 'build/**'
pull_request_target:
types:
- closed

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 a15ce4c

Please sign in to comment.