Skip to content

Commit 0b7cfe5

Browse files
committed
Enabled CI for the anyio branch
1 parent dc5a3b9 commit 0b7cfe5

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ name: "CodeQL"
1313

1414
on:
1515
push:
16-
branches: [ master ]
16+
branches: [ master, anyio ]
1717
pull_request:
1818
# The branches below must be a subset of the branches above
19-
branches: [ master ]
19+
branches: [ master, anyio ]
2020

2121
jobs:
2222
analyze:

.github/workflows/docs.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,12 @@ on:
44
push:
55
branches:
66
- master
7+
- anyio
78
- '[0-9].[0-9]'
89
pull_request:
910
branches:
1011
- master
12+
- anyio
1113
- '[0-9].[0-9]'
1214
schedule:
1315
- cron: '0 1 * * *' # nightly build

.github/workflows/integration.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ on:
88
- '**/*.md'
99
branches:
1010
- master
11+
- anyio
1112
- '[0-9].[0-9]'
1213
pull_request:
1314
branches:

0 commit comments

Comments
 (0)