mirror of
https://github.com/PaiGramTeam/paigram-logger.git
synced 2024-11-23 08:11:06 +00:00
👷 Update GitHub action
This commit is contained in:
parent
355aa23492
commit
d9deb65261
5
.github/workflows/publish.yml
vendored
5
.github/workflows/publish.yml
vendored
@ -3,15 +3,12 @@ name: Publish Python package
|
||||
on:
|
||||
push:
|
||||
tags:
|
||||
- v*
|
||||
- "v*"
|
||||
release:
|
||||
types: [ published ]
|
||||
# Manual triggers with workflow_dispatch
|
||||
workflow_dispatch:
|
||||
|
||||
permissions:
|
||||
contents: read
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
|
Loading…
Reference in New Issue
Block a user