We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 496eef0 commit 1542423Copy full SHA for 1542423
.github/workflows/codeql-analysis.yml
@@ -13,10 +13,10 @@ name: "CodeQL"
13
14
on:
15
push:
16
- branches: [ master ]
+ branches: [ main ]
17
pull_request:
18
# The branches below must be a subset of the branches above
19
20
schedule:
21
- cron: '33 14 * * 3'
22
.github/workflows/node.js.yml
@@ -5,9 +5,9 @@ name: CI
5
6
7
8
9
10
11
12
jobs:
build:
0 commit comments