We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7d1d3b commit 37f9d31Copy full SHA for 37f9d31
.github/workflows/e2e_tests.yml
@@ -1,10 +1,9 @@
1
-name: Tests
+name: E2E Tests
2
3
on:
4
push:
5
- branches: [master, main]
+ branches: [main]
6
pull_request:
7
8
9
jobs:
10
e2e:
.github/workflows/unit_tests.yml
+name: Unit Tests
unit:
0 commit comments