Skip to content

Commit

Permalink
Merge pull request #1 from espressif-abhikroy/components/console_simp…
Browse files Browse the repository at this point in the history
…le_init_fork

fix(console): Added fix to test ci Publish job
  • Loading branch information
espressif-abhikroy authored Oct 12, 2023
2 parents 6fe4d26 + c2ee4f1 commit 5b00100
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-docs-component.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Docs and Publish
on:
push:
branches:
- master
- components/console_simple_init

env:
DOCS_DEPLOY_URL_BASE: ${{ secrets.DOCS_DEPLOY_URL_BASE }}
Expand All @@ -17,7 +17,7 @@ jobs:
name: Publish Tag, Release, Docs, Component
runs-on: ubuntu-latest
# Skip running on forks since it won't have access to secrets
if: github.repository == 'espressif/esp-protocols'
# if: github.repository == 'espressif/esp-protocols'
steps:
- name: Checkout esp-protocols
uses: actions/checkout@v3
Expand Down

0 comments on commit 5b00100

Please sign in to comment.