We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93ae36b commit 6d533e5Copy full SHA for 6d533e5
.github/workflows/build-and-test.yml
@@ -3,7 +3,10 @@ name: Build and test
3
on:
4
push:
5
branches:
6
- - dkalinin/integration-tests
+ - main
7
+ pull_request:
8
+ branches:
9
10
11
jobs:
12
build-ui:
0 commit comments