Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 749809e

Browse filesBrowse files
authored
Merge pull request #173 from dstansby/publish-docs
Only publish docs on main
2 parents be9466c + 7d620f0 commit 749809e
Copy full SHA for 749809e

File tree

1 file changed

+1
-0
lines changed
Filter options

1 file changed

+1
-0
lines changed

‎.github/workflows/docs.yml

Copy file name to clipboardExpand all lines: .github/workflows/docs.yml
+1Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ jobs:
4040
name: Upload docs to GitHub pages
4141
runs-on: ubuntu-latest
4242
needs: build-docs
43+
if: github.event_name == 'push' && github.ref_name == 'main'
4344
steps:
4445
- uses: actions/checkout@v3
4546
- uses: actions/download-artifact@v3

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.