Skip to content

Commit

Permalink
allow running GH docs workflow manually
Browse files Browse the repository at this point in the history
  • Loading branch information
jashan-lco committed Nov 3, 2022
1 parent 6f9fcc7 commit 7ca1cc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs-gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
workflow_dispatch:
jobs:
build:
if: github.event_name == 'create' && github.event.ref_type == 'tag' && github.event.repository.fork == false
if: github.event_name == 'workflow_dispatch' || github.event_name == 'create' && github.event.ref_type == 'tag' && github.event.repository.fork == false
runs-on: ubuntu-latest
env:
CONFIGDB_URL: http://configdb-dev
Expand Down

0 comments on commit 7ca1cc4

Please sign in to comment.