Skip to content

Commit

Permalink
using tag trigger rather than push trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
robotcator committed Oct 17, 2022
1 parent 2c853fe commit 10d0745
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/publish.yml
Expand Up @@ -5,12 +5,9 @@
name: Python Package

on:
# create:
# tags:
# - '**'
push:
branch:
publish
create:
tags:
- '**'

jobs:
release:
Expand Down

0 comments on commit 10d0745

Please sign in to comment.