From 550af052a3bd49185ba3df0dfb958d4a64a328a3 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 26 Mar 2026 15:33:45 +0000 Subject: [PATCH 1/2] Initial plan From 8fbb06099c676c53cc596f2ca03278fcee4922db Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 26 Mar 2026 15:37:47 +0000 Subject: [PATCH 2/2] chore: clean up workflow runs - move deploy to push-to-main, remove full test from main push Agent-Logs-Url: https://github.com/devcontainer-community/devcontainer-features/sessions/80cb1f5f-8b94-4a7b-a1ed-6b441a10d1d1 Co-authored-by: sebst <592313+sebst@users.noreply.github.com> --- .github/workflows/release.yaml | 3 +++ .github/workflows/test.yaml | 3 --- .github/workflows/validate.yml | 3 +++ 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 57572c7..e0b89d0 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -1,6 +1,9 @@ name: "Release dev container features & Generate Documentation" on: workflow_dispatch: + push: + branches: + - main jobs: deploy: diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index fc209fc..f956e74 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -1,8 +1,5 @@ name: "CI - Test Features" on: - push: - branches: - - main pull_request: workflow_dispatch: diff --git a/.github/workflows/validate.yml b/.github/workflows/validate.yml index 863418e..af30e2b 100644 --- a/.github/workflows/validate.yml +++ b/.github/workflows/validate.yml @@ -1,6 +1,9 @@ name: "Validate devcontainer-feature.json files" on: workflow_dispatch: + push: + branches: + - main pull_request: jobs: