add dev to site for faster update

This commit is contained in:
xgui4
2026-06-11 00:03:20 -04:00
parent 58af40a22b
commit 2edc88092d

View File

@@ -3,7 +3,9 @@ name: Deploy static content to Pages # Simple workflow for deploying static cont
on:
# Runs on pushes targeting the default branch
push:
branches: master
branches:
- master
- dev # temporaly
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch: