Skip to content

Commit

Permalink
chore: adjusted CI to run on any current and future version branches
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonsaayman committed May 28, 2022
1 parent 1504792 commit 12103f8
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, 'v1.x/*', 'v2.x/*']
branches: [master, 'v*']
pull_request:
branches: [master, 'v1.x/*', 'v2.x/*']
branches: [master, 'v*']

jobs:
build:
Expand Down

0 comments on commit 12103f8

Please sign in to comment.