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 e45a8fb commit 2c91e81Copy full SHA for 2c91e81
.github/workflows/codeql-analysis.yml
@@ -13,10 +13,10 @@ name: "CodeQL"
13
14
on:
15
push:
16
- branches: [ master, anyio ]
+ branches: [ master ]
17
pull_request:
18
# The branches below must be a subset of the branches above
19
20
21
jobs:
22
analyze:
.github/workflows/docs.yaml
@@ -4,12 +4,10 @@ on:
4
5
branches:
6
- master
7
- - anyio
8
- '[0-9].[0-9]'
9
10
11
12
schedule:
- cron: '0 1 * * *' # nightly build
.github/workflows/integration.yaml
@@ -8,7 +8,6 @@ on:
- '**/*.md'
0 commit comments