chore: Add dev branch to GitHub action

This commit is contained in:
Peng-YM
2022-06-22 22:25:15 +08:00
parent 3cfabe703d
commit 0225e5f081

View File

@@ -3,9 +3,11 @@ on:
push:
branches:
- master
- dev
pull_request:
branches:
- master
- dev
jobs:
build:
runs-on: ubuntu-latest