CI: temporarily enable for PRs to v6 branch

This commit is contained in:
larabr 2023-04-03 17:52:21 +02:00
parent e1ba0b2373
commit 204f32791d
4 changed files with 4 additions and 4 deletions

View File

@ -2,7 +2,7 @@ name: Performance Regression Test
on:
pull_request:
branches: [main]
branches: [main, v6]
jobs:
benchmark:

View File

@ -4,7 +4,7 @@ on:
push:
branches: [main]
pull_request:
branches: [main]
branches: [main, v6]
jobs:
lint:

View File

@ -2,7 +2,7 @@ name: SOP interoperability test suite
on:
pull_request:
branches: [ main ]
branches: [ main, v6 ]
jobs:

View File

@ -4,7 +4,7 @@ on:
push:
branches: [main]
pull_request:
branches: [main]
branches: [main, v6]
jobs:
build: # cache both dist and tests (non-lightweight only), based on commit hash