Skip to content

Commit

Permalink
Run actions on PR's to feature and legacy branches
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitry-mukhin committed Nov 25, 2022
1 parent b830ad0 commit 927459c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,9 @@ on:
- main
pull_request:
branches:
- main
- feature/**
- 'main'
- 'feature/**'
- 'version-3.x/**'

jobs:
lint:
Expand Down

0 comments on commit 927459c

Please sign in to comment.