Skip to content

Commit

Permalink
Github CI process is now applied to dev branches as well
Browse files Browse the repository at this point in the history
  • Loading branch information
William Lam committed May 3, 2021
1 parent 593d755 commit 3d5730e
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/.github_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,13 @@ name: Github CI

on:
push:
branches: [master]
branches:
- master
- "dev/**"
pull_request:
branches: [master]
branches:
- master
- "dev/**"

jobs:
build:
Expand Down

0 comments on commit 3d5730e

Please sign in to comment.