Skip to content
This repository has been archived by the owner on Nov 28, 2024. It is now read-only.

Commit

Permalink
Update python-publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick2bad4u authored Mar 18, 2024
1 parent 03fb54a commit 835811b
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,13 @@
name: Upload Python Package

on:
release:
types: [published]
workflow_dispatch:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
schedule:
- cron: '26 16 * * 5'

permissions:
contents: read
Expand Down

0 comments on commit 835811b

Please sign in to comment.