diff --git a/.github/workflows/doc.yml b/.github/workflows/doc.yml index 0362ab2..12e6aaf 100644 --- a/.github/workflows/doc.yml +++ b/.github/workflows/doc.yml @@ -6,7 +6,7 @@ name: doc on: # Triggers the workflow on push or pull request events but only for the main branch push: - branches: [ main ] + branches: [ main, dev ] # Allows you to run this workflow manually from the Actions tab workflow_dispatch: