Skip to content

Commit

Permalink
docs: allow the github action to be run on demand
Browse files Browse the repository at this point in the history
  • Loading branch information
AhmetNSimsek committed Dec 17, 2024
1 parent 2cd031b commit 5bcf799
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
branches: [ 'main', 'doc_*' ]
release:
types: [ 'published' ]
workflow_dispatch:

concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
Expand Down

0 comments on commit 5bcf799

Please sign in to comment.