diff --git a/.github/workflows/build-release.yaml b/.github/workflows/build-release.yaml index 227a52c..2a3114f 100644 --- a/.github/workflows/build-release.yaml +++ b/.github/workflows/build-release.yaml @@ -1,9 +1,6 @@ name: Build and Release Firmware on: - push: - tags: - - '*' # Triggers on any tag pull_request: branches: - main # Trigger on PRs to the main branch