Skip to content

Commit

Permalink
fix: only docs on main
Browse files Browse the repository at this point in the history
  • Loading branch information
mshanemc committed Oct 12, 2022
1 parent 6e56985 commit e5ef60a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/onPushToMain.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
# most repos won't use this
# depends on previous job to avoid git collisions, not for any functionality reason
docs:
if: ${{ github.ref_name == 'main' }}
uses: salesforcecli/github-workflows/.github/workflows/publishTypedoc.yml@main
secrets: inherit
needs: release

0 comments on commit e5ef60a

Please sign in to comment.