Skip to content

Commit

Permalink
ci: for pre-release
Browse files Browse the repository at this point in the history
  • Loading branch information
Ljzd-PRO committed Jan 25, 2024
1 parent 1164e98 commit 9f54eda
Showing 1 changed file with 3 additions and 15 deletions.
18 changes: 3 additions & 15 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,21 +3,8 @@ name: GitHub Release
on:
workflow_dispatch:
push:
branches:
- master
- devel
- pure-py
paths:
- ".github/actions/setup-python/**"
- ".github/actions/pyinstaller/**"
- ".github/workflows/release.yml"
- "pyproject.toml"
pull_request:
paths:
- ".github/actions/setup-python/**"
- ".github/actions/pyinstaller/**"
- ".github/workflows/release.yml"
- "pyproject.toml"
tags:
- *

jobs:
build:
Expand Down Expand Up @@ -52,3 +39,4 @@ jobs:
with:
body_path: CHANGELOG.md
files: artifact/*.zip
prerelease: contains(github.ref, 'beta')

0 comments on commit 9f54eda

Please sign in to comment.