Skip to content

Commit

Permalink
selectively run publish job on push to main only
Browse files Browse the repository at this point in the history
Signed-off-by: Ahmad Rezaii <[email protected]>
  • Loading branch information
arezaii committed Jan 29, 2025
1 parent 648df73 commit 3e44947
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,7 @@ jobs:
done
publish-docs:
if: github.event_name == 'push'
runs-on: ubuntu-latest
needs: make_doc
steps:
Expand Down

0 comments on commit 3e44947

Please sign in to comment.