Skip to content

Commit

Permalink
Remove temporary branch and tag condition overrides
Browse files Browse the repository at this point in the history
  • Loading branch information
meatballhat committed Nov 30, 2024
1 parent 0b7af7b commit 0498828
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/publish-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ on:
push:
branches:
- main
- publish-docs-python-shuffle
tags:
- v3.*

Expand Down Expand Up @@ -42,7 +41,7 @@ jobs:
publish:
permissions:
contents: write
#if: startswith(github.ref, 'refs/tags/')
if: startswith(github.ref, 'refs/tags/')
name: publish
needs: [test-docs]
runs-on: ubuntu-latest
Expand Down

0 comments on commit 0498828

Please sign in to comment.