Skip to content

Commit 2c91e81

Browse files
committed
Removed workflow changes
1 parent e45a8fb commit 2c91e81

File tree

3 files changed

+2
-5
lines changed

3 files changed

+2
-5
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, anyio ]
16+
branches: [ master ]
1717
pull_request:
1818
# The branches below must be a subset of the branches above
19-
branches: [ master, anyio ]
19+
branches: [ master ]
2020

2121
jobs:
2222
analyze:

.github/workflows/docs.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,10 @@ on:
44
push:
55
branches:
66
- master
7-
- anyio
87
- '[0-9].[0-9]'
98
pull_request:
109
branches:
1110
- master
12-
- anyio
1311
- '[0-9].[0-9]'
1412
schedule:
1513
- cron: '0 1 * * *' # nightly build

.github/workflows/integration.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ on:
88
- '**/*.md'
99
branches:
1010
- master
11-
- anyio
1211
- '[0-9].[0-9]'
1312
pull_request:
1413
branches:

0 commit comments

Comments
 (0)