Skip to content

Commit

Permalink
chore: updated actions to run on new version based branches
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonsaayman committed May 28, 2022
1 parent c731be7 commit 9bb016f
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/*', dev]
branches: [master, 'v1.x/*', 'v2.x/*']
pull_request:
branches: [master, 'release/*', dev]
branches: [master, 'v1.x/*', 'v2.x/*']

jobs:
build:
Expand Down

0 comments on commit 9bb016f

Please sign in to comment.