Skip to content

Commit 3f4a1c7

Browse files
committed
test: run integration tests against pull requests against dev/v3
1 parent 0a34412 commit 3f4a1c7

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/integration_tests.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ on:
55
push:
66
branches:
77
- main
8-
- dev/v3
98
paths-ignore:
109
- "**/*.md"
1110
- "**/*.jpg"
@@ -14,6 +13,9 @@ on:
1413
- "docs/**"
1514
- "ISSUE_TEMPLATE/**"
1615
- "**/remove-old-artifacts.yml"
16+
pull_request:
17+
branches:
18+
- dev/v3
1719

1820
permissions:
1921
id-token: write # This is required for requesting the JWT

0 commit comments

Comments
 (0)