We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb1f272 commit 36235a3Copy full SHA for 36235a3
.github/workflows/codeql.yml
@@ -15,9 +15,8 @@ on:
15
workflow_dispatch:
16
push:
17
branches:
18
- - master
+ - main
19
paths-ignore:
20
- - '.github/**'
21
- 'docker/**'
22
- 'docs/**'
23
- 'tutorial/**'
@@ -26,10 +25,7 @@ on:
26
25
pull_request:
27
types: [ opened, synchronize, reopened ]
28
29
30
- main
31
- - v7
32
- - v6
33
schedule:
34
- cron: '0 0 * * *'
35
.github/workflows/test.yml
@@ -4,12 +4,8 @@ on:
4
5
6
7
8
9
10
11
12
13
14
@@ -18,10 +14,7 @@ on:
24
jobs:
0 commit comments