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.
sponsors
1 parent 67aa1ef commit c8b7be5Copy full SHA for c8b7be5
2 files changed
.github/workflows/ci.yml
@@ -2,9 +2,17 @@ name: 'CI'
2
3
on:
4
push:
5
- branches: '**'
+ branches:
6
+ - '*'
7
+ - '*/*'
8
+ - '**'
9
+ - '!sponsors'
10
pull_request:
11
12
13
14
15
16
17
permissions:
18
contents: read
.github/workflows/codeql-analysis.yml
@@ -2,9 +2,17 @@ name: 'CodeQL'
schedule:
- cron: '21 23 * * 5'
0 commit comments