Skip to content

Commit

Permalink
fix: CI triggers and delete artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
AlanRynne committed Nov 5, 2024
1 parent 98c6ac7 commit 53589d7
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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-*

0 comments on commit 53589d7

Please sign in to comment.