Skip to content

Commit 16145db

Browse files
cgutmanSeanCline
authored andcommitted
Don't actually deploy symbols for PRs
1 parent 8224673 commit 16145db

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/python-symbols-publish.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ jobs:
4444
run: |
4545
python generateindex.py
4646
- name: Deploy new symbols to GH Pages.
47+
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
4748
run: |
4849
# date > lastrun.txt
4950
git add --all :/

0 commit comments

Comments
 (0)