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.
1 parent 7efb1b2 commit 4c49442Copy full SHA for 4c49442
.github/workflows/ci.yml
@@ -4,6 +4,7 @@ on:
4
push:
5
branches:
6
- main
7
+ - master
8
- '[0-9]+.x'
9
tags:
10
- '*'
.github/workflows/codeql-analysis.yml
@@ -4,13 +4,15 @@ on:
paths-ignore:
- 'docs/**'
11
- '*.md'
12
pull_request:
13
14
15
16
17
18
0 commit comments