Move unstable branch to dev-next

This commit is contained in:
世界 2022-08-31 23:45:30 +08:00
parent ccdb238843
commit f46bfcc3d8
No known key found for this signature in database
GPG key ID: CD109927C34A63C4
2 changed files with 3 additions and 1 deletions

View file

@ -4,6 +4,7 @@ on:
push:
branches:
- dev
- dev-next
paths-ignore:
- '**.md'
- '.github/**'
@ -11,6 +12,7 @@ on:
pull_request:
branches:
- dev
- dev-next
jobs:
build:

View file

@ -2,7 +2,7 @@ name: Generate Documents
on:
push:
branches:
- main
- dev
paths:
- docs/**
- .github/workflows/mkdocs.yml