We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a7b6ad commit 3ec6ad6Copy full SHA for 3ec6ad6
4 files changed
.github/workflows/test_code.yml
@@ -1,6 +1,10 @@
1
name: Code Tests
2
3
-on: [push, pull_request]
+on:
4
+ pull_request:
5
+ push:
6
+ branches:
7
+ - main
8
9
jobs:
10
run:
.github/workflows/test_latest_branca.yml
name: Code Tests with Latest branca
.github/workflows/test_mypy.yml
name: Mypy type hint checks
.github/workflows/test_selenium.yml
name: Selenium Tests
0 commit comments