Skip to content

Commit

Permalink
Only publish when releasing
Browse files Browse the repository at this point in the history
  • Loading branch information
eandersson committed Oct 12, 2024
1 parent b4756e6 commit 4b3e5b4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-beta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Build & Release Firmware [Pre-Release]

on:
release:
types: [released]
types: [prereleased]

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-factory-beta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Build & Release Factory Images [Pre-Release]

on:
release:
types: [released]
types: [prereleased]

jobs:
build:
Expand Down

0 comments on commit 4b3e5b4

Please sign in to comment.