Run gh actions on push to support branch
This commit is contained in:
parent
bb203582da
commit
5879d3236a
1 changed files with 1 additions and 1 deletions
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
|
@ -2,7 +2,7 @@ name: Tests
|
|||
|
||||
on:
|
||||
push:
|
||||
branches: [ master ]
|
||||
branches: [ master, support/1.1.x ]
|
||||
pull_request:
|
||||
branches: [ master ]
|
||||
|
||||
|
|
Loading…
Reference in a new issue