Skip to content

Commit

Permalink
Adding dev branch to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonsaayman committed Oct 27, 2021
1 parent c218b7f commit 1885ac7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Expand Up @@ -2,9 +2,9 @@ name: ci

on:
push:
branches: [master, 'release/*']
branches: [master, 'release/*', dev]
pull_request:
branches: [master, 'release/*']
branches: [master, 'release/*', dev]

jobs:
build:
Expand Down

0 comments on commit 1885ac7

Please sign in to comment.