Skip to content

Commit

Permalink
Run CI tests against master as well
Browse files Browse the repository at this point in the history
  • Loading branch information
ajvb committed Apr 5, 2021
1 parent 1acf4dd commit 1504dbc
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/cli.yml
Expand Up @@ -2,9 +2,13 @@ name: CLI

on:
push:
branches: [develop]
branches:
- develop
- master
pull_request:
branches: [develop]
branches:
- develop
- master

jobs:
build:
Expand Down

0 comments on commit 1504dbc

Please sign in to comment.