Skip to content

Commit

Permalink
Merge pull request #848 from mozilla/ajvb/run-ci-against-master-as-well
Browse files Browse the repository at this point in the history
Run CI against master as well
  • Loading branch information
ajvb committed Apr 6, 2021
2 parents 1acf4dd + 1504dbc commit 450e30e
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 450e30e

Please sign in to comment.