Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 1 addition & 6 deletions .github/workflows/basis-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,9 @@

name: basis-build

# TEMPORARY: ci/basis-build-publish is listed so this branch can publish the
# releases the benchmark harness needs while the PR waits on review. Releases
# built from any branch other than main are marked prerelease, so what is
# published from an unmerged branch is visibly labelled as such. Drop the
# branch from this list when the PR merges; nothing else needs to change.
on:
push:
branches: [main, ci/basis-build-publish]
branches: [main]
pull_request:
types: [opened, synchronize, reopened]
workflow_dispatch:
Expand Down