Skip to content

Commit

Permalink
Un-hack prerelease builds
Browse files Browse the repository at this point in the history
  • Loading branch information
reese authored Feb 21, 2024
1 parent 3afdd1c commit 59efe2d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/preview-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ on:
workflows: ["CI"]
types:
- completed
push:
merge:
# Run only on trunk pushes that aren't a new tag release
branches: [trunk, fix-aarch-builds]
branches: [trunk]
tags-ignore: "*"

env:
Expand Down

0 comments on commit 59efe2d

Please sign in to comment.