Skip to content

Commit

Permalink
workflow(publish): prevent duplicate action, add beta version publish
Browse files Browse the repository at this point in the history
  • Loading branch information
saying121 committed Nov 5, 2024
1 parent 10ab7e9 commit 829cb72
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/clippy.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Clippy

on: [push, pull_request, merge_group]
on: [push]

env:
RUST_BACKTRACE: 1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/fmt.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Rustfmt

on: [push, pull_request, merge_group]
on: [push]

permissions:
contents: write
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
# - prereleased
push:
tags:
- "v[0-9]+.[0-9]+.[0-9]+"
- "v[0-9]+.[0-9]+.[0-9]+-(?alpha|beta|nightly).[0-9]+"

env:
BIN_NAME: tidy-browser
Expand Down

0 comments on commit 829cb72

Please sign in to comment.