Skip to content

Commit

Permalink
Run CI/CD on dev branch
Browse files Browse the repository at this point in the history
  • Loading branch information
z-huang committed Feb 26, 2022
1 parent d6517b2 commit 5371934
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
name: Build
on:
push:
branches: [master]
branches:
- master
- dev
pull_request:
branches: [master]
branches:
- master
- dev

jobs:
build:
Expand Down

0 comments on commit 5371934

Please sign in to comment.