Skip to content
Open
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
6 changes: 0 additions & 6 deletions .github/workflows/build-test-release.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
name: "build-test-release"
on:
push:
branches:
- "main"
- "develop"
tags:
- "v[0-9]+.[0-9]+.[0-9]+"
pull_request:
Comment on lines 2 to 3

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Badge Restore the push triggers for releases

With this workflow now subscribed only to pull_request, merges to main/develop and v* tag pushes no longer start the only self-release workflow. The publish job below invokes semantic-release, and update-semver is gated on refs/tags/v, while README.md lines 160-175 describe releases being produced after merging to main; after this change those events are never delivered, so releases and semver tag updates stop.

Useful? React with 👍 / 👎.

branches: [main, develop]

Expand Down
Loading