Skip to content

Commit

Permalink
hopefully fix python workflows to run only tagged
Browse files Browse the repository at this point in the history
  • Loading branch information
zolutal committed Jan 13, 2024
1 parent 6a44908 commit 4782901
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 11 deletions.
1 change: 0 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ jobs:
path: docs/

deploy_pydocs:
if: github.ref == 'refs/heads/main'
needs: build_pydocs
runs-on: ubuntu-latest
permissions:
Expand Down
10 changes: 0 additions & 10 deletions .github/workflows/pypi_publish.yml
Original file line number Diff line number Diff line change
@@ -1,19 +1,9 @@
# This file is autogenerated by maturin v1.4.0
# To update, run
#
# maturin generate-ci github
#
name: pypi_publish

on:
push:
branches:
- main
- master
tags:
- '*'
pull_request:
workflow_dispatch:

permissions:
contents: read
Expand Down

0 comments on commit 4782901

Please sign in to comment.