Skip to content

Commit

Permalink
fix: Update publish workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
xuanzhi33 committed Mar 5, 2024
1 parent 9e19c3a commit cfdf4a7
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 5 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ name: publish
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]

jobs:
build-and-publish:
Expand Down
2 changes: 1 addition & 1 deletion src/spkg/__about__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# SPDX-FileCopyrightText: 2024-present xuanzhi33 <[email protected]>
#
# SPDX-License-Identifier: GPL-3.0-only
__version__ = "1.1.3"
__version__ = "1.1.5"
2 changes: 0 additions & 2 deletions src/spkg/ci/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build-and-publish:
Expand Down

0 comments on commit cfdf4a7

Please sign in to comment.