Skip to content

Commit c8b7be5

Browse files
chore(action): exclude sponsors branch from CI tests; (#6564)
1 parent 67aa1ef commit c8b7be5

2 files changed

Lines changed: 20 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,17 @@ name: 'CI'
22

33
on:
44
push:
5-
branches: '**'
5+
branches:
6+
- '*'
7+
- '*/*'
8+
- '**'
9+
- '!sponsors'
610
pull_request:
7-
branches: '**'
11+
branches:
12+
- '*'
13+
- '*/*'
14+
- '**'
15+
- '!sponsors'
816

917
permissions:
1018
contents: read

.github/workflows/codeql-analysis.yml

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,17 @@ name: 'CodeQL'
22

33
on:
44
push:
5-
branches: '**'
5+
branches:
6+
- '*'
7+
- '*/*'
8+
- '**'
9+
- '!sponsors'
610
pull_request:
7-
branches: '**'
11+
branches:
12+
- '*'
13+
- '*/*'
14+
- '**'
15+
- '!sponsors'
816
schedule:
917
- cron: '21 23 * * 5'
1018

0 commit comments

Comments
 (0)