From 53589d7ea00e10c4cb7ddaff623fc22a8300cb99 Mon Sep 17 00:00:00 2001 From: Alan Rynne Date: Tue, 5 Nov 2024 12:27:18 +0000 Subject: [PATCH] fix: CI triggers and delete artifacts --- .github/workflows/build.yml | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 9605eef..59c103a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -7,10 +7,8 @@ name: MSBuild on: push: - branches: ["main", "dev", "release/*"] # Continuous delivery on every long-lived branch + branches: ["main", "dev", "release/*", "alan/*"] # Continuous delivery on every long-lived branch tags: ["v3.*"] # Manual delivery on every 3.x tag - pull_request: - branches: ["main", "dev"] permissions: contents: read @@ -87,6 +85,6 @@ jobs: display-workflow-run-url: true display-workflow-run-url-interval: 10s - # - uses: geekyeggo/delete-artifact@v5 - # with: - # name: output-* + - uses: geekyeggo/delete-artifact@v5 + with: + name: output-*