Skip to content

Commit

Permalink
ci: disable (pre)release action on branch master
Browse files Browse the repository at this point in the history
Signed-off-by: black-desk <me@black-desk.cn>
  • Loading branch information
black-desk committed Oct 12, 2023
1 parent 60a6787 commit 1a039ea
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/prerelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ name: "Auto prerelease"

on:
push:
branches:
- 'master'
tags:
- "v*-*"

Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ name: "Auto release"

on:
push:
branches:
- 'master'
tags:
- "v*"
- "!v*-*"
Expand Down

0 comments on commit 1a039ea

Please sign in to comment.