Skip to content

Commit

Permalink
Only on master branch
Browse files Browse the repository at this point in the history
  • Loading branch information
edeno committed Oct 11, 2022
1 parent 82dc2e9 commit 65ecf3a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ permissions:

jobs:
deploy:

runs-on: ubuntu-latest
if: contains(github.ref, 'tags')
steps:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,11 @@ name: "tagged-release"

on:
push:
branches:
- master
- main
tags:
- "v*"
- "v*" # Push events to matching v*, i.e. v1.0, v20.15.10

jobs:
tagged-release:
Expand Down

0 comments on commit 65ecf3a

Please sign in to comment.