Skip to content

Commit

Permalink
Merge pull request #201 from Vonage/update-github-actions
Browse files Browse the repository at this point in the history
Updating CI action to target main and dev branches
  • Loading branch information
superchilled authored Feb 22, 2022
2 parents b121485 + b5726f3 commit 6e3e619
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: CI

on:
push:
branches: [ 7.x ]
branches: [ main, dev ]
pull_request:
branches: [ 7.x ]
branches: [ main, dev ]

jobs:
test:
Expand Down

0 comments on commit 6e3e619

Please sign in to comment.