Skip to content

Commit

Permalink
Merge pull request #461 from Parallels/add-pypi-deployment
Browse files Browse the repository at this point in the history
fixed some issues with release
  • Loading branch information
cjlapao committed Aug 30, 2023
2 parents a2f07c0 + a9c2a51 commit d346726
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@ name: Build Pull Request
on:
pull_request:
workflow_dispatch:
push:
branches:
- master

jobs:
test:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ jobs:
./scripts/workflows/change_version.sh ./rq_dashboard/version.py $NEW_VERSION
git add version.json
git add rq_dashboard/version.py
git commit -m "Release extension version $NEW_VERSION"
git push --set-upstream origin release/$NEW_VERSION
Expand Down

0 comments on commit d346726

Please sign in to comment.