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 6cbdbc4 commit 9389728Copy full SHA for 9389728
.github/workflows/analysis.yml
@@ -3,6 +3,8 @@ name: Code Analysis
3
on:
4
pull_request:
5
push:
6
+ branches:
7
+ - master
8
schedule:
9
# Run Monday morning at 3 o'clock
10
# ┌───────────── minute (0 - 59)
.github/workflows/integration_tests.yml
@@ -3,6 +3,8 @@ name: Integration tests
.github/workflows/tests.yml
@@ -3,6 +3,8 @@ name: Tests
0 commit comments