Skip to content

Commit

Permalink
triggers
Browse files Browse the repository at this point in the history
  • Loading branch information
8cH9azbsFifZ committed Nov 12, 2023
1 parent ac13152 commit 4d11ff5
Showing 1 changed file with 17 additions and 3 deletions.
20 changes: 17 additions & 3 deletions .github/workflows/release_to_pypi.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,23 @@
name: Publish ${package_name} to PyPI / GitHub

on:
push:
tags:
- "v*"
push:
branches:
- 'master'
- 'main'
- 'dev'

tags:
- 'v*'
- 'v*.*'
- 'v*.*.*'
- '*'
- '*.*'
- '*.*.*'
pull_request:
branches:
- 'main'
- 'dev'

jobs:
build-n-publish:
Expand Down

0 comments on commit 4d11ff5

Please sign in to comment.