add dev to doc workflow

This commit is contained in:
Michael Chris Lopez
2021-10-08 17:37:48 +08:00
parent 2b710aae12
commit e98281e063

View File

@@ -6,7 +6,7 @@ name: doc
on: on:
# Triggers the workflow on push or pull request events but only for the main branch # Triggers the workflow on push or pull request events but only for the main branch
push: push:
branches: [ main ] branches: [ main, dev ]
# Allows you to run this workflow manually from the Actions tab # Allows you to run this workflow manually from the Actions tab
workflow_dispatch: workflow_dispatch: