chore: update github workflow

This commit is contained in:
geekifan
2025-05-11 20:21:01 +08:00
parent c711263471
commit b0a6553e21

View File

@ -2,9 +2,11 @@ name: Deploy to Github Pages
on: on:
push: push:
branches: [master] branches: [main]
pull_request: pull_request:
branches: [master] branches: [main]
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
jobs: jobs:
build: build: