We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 875ee06 commit 86b8d08Copy full SHA for 86b8d08
.github/workflows/integration-test.yaml
@@ -2,9 +2,9 @@ name: End-to-end test
2
3
on:
4
push:
5
- branches: [ "main", "cube", "tesseract", "release/*" ]
+ branches: [ "main", "cube", "release/**" ]
6
pull_request:
7
- branches: [ "*" ]
+ types: [opened, reopened]
8
9
jobs:
10
0 commit comments