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:
# 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: