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 7ca00c0 commit 802ec2fCopy full SHA for 802ec2f
2 files changed
.github/workflows/black.yaml
@@ -8,10 +8,12 @@ on:
8
paths:
9
- '**.py'
10
- 'pyproject.toml'
11
+ - '.github/workflows/black.yaml'
12
pull_request:
13
14
15
16
17
18
concurrency:
19
group: ${{ github.workflow }}-${{ github.head_ref || github.ref }}
.github/workflows/codeql-analysis.yml
@@ -10,6 +10,7 @@ on:
- '**.pyx'
- '**.c'
- '**.h'
+ - '.github/workflows/codeql-analysis.yml'
# The branches below must be a subset of the branches above
branches: [ master ]
@@ -18,6 +19,7 @@ on:
20
21
22
23
schedule:
24
- cron: '39 2 * * 5'
25
0 commit comments