chore: Add dev branch to GitHub action

This commit is contained in:
Peng-YM 2022-06-22 22:25:15 +08:00
parent ae518a9874
commit 6610f835ba

View File

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