Skip to content

Commit b20ffe8

Browse files
committed
Remove master-next CI config
1 parent f9f4740 commit b20ffe8

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,10 @@ on:
44
push:
55
branches:
66
- master
7-
- master-next # FIXME:eddeee888 Remove once done
7+
88
pull_request:
99
branches:
1010
- master
11-
- master-next # FIXME:eddeee888 Remove once released
1211

1312
concurrency:
1413
group: ${{ github.workflow }}-${{ github.ref }}

.github/workflows/pr.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ on:
33
pull_request:
44
branches:
55
- master
6-
- master-next # FIXME:eddeee888 Remove once done
76

87
concurrency:
98
group: ${{ github.workflow }}-${{ github.ref }}

0 commit comments

Comments
 (0)