We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4caec34 + 734c336 commit 32ba3b9Copy full SHA for 32ba3b9
3 files changed
.github/workflows/CI-codeql.yml
@@ -12,8 +12,6 @@
12
name: "CI | CodeQL"
13
14
on:
15
- push:
16
- branches: ["main"]
17
pull_request:
18
# The branches below must be a subset of the branches above
19
branches: ["main"]
.github/workflows/CI-pylint.yml
@@ -2,9 +2,8 @@ name: CI | Code Quality
2
3
4
push:
5
- branches-ignore:
6
- - "main-ci"
7
- - "release"
+ branches:
+ - main
8
9
10
branches:
.github/workflows/CI-pytests.yml
@@ -2,9 +2,8 @@ name: CI | Unit Tests
- - main-ci
- - release
0 commit comments