Skip to content

Commit

Permalink
Add workflow trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
dan1elt0m committed Sep 17, 2024
1 parent 2a7a7ea commit 1984717
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: Publish Python 🐍 distribution 📦 to PyPI

on:
push:
tags:
- '[0-9]+.[0-9]+.[0-9]+'
workflow_dispatch: # Only manual trigger and only for the main branch
branches:
- main

jobs:
build:
Expand Down

0 comments on commit 1984717

Please sign in to comment.