Skip to content
This repository has been archived by the owner on Feb 22, 2023. It is now read-only.

Commit

Permalink
Do not run docs preview action on main branch (#683)
Browse files Browse the repository at this point in the history
  • Loading branch information
AetherUnbound authored May 5, 2022
1 parent b74c751 commit c78453f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci_cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -285,6 +285,7 @@ jobs:
docs-preview:
name: Publish preview of developer docs for the branch
runs-on: ubuntu-latest
if: github.ref != 'refs/heads/main'
needs:
- build-images

Expand Down

0 comments on commit c78453f

Please sign in to comment.