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 c99d2fe commit 61ff4cbCopy full SHA for 61ff4cb
.github/workflows/codeql-analysis.yml
@@ -13,10 +13,10 @@ name: "CodeQL"
13
14
on:
15
push:
16
- branches: [master, dev]
+ branches: [main, dev]
17
pull_request:
18
# The branches below must be a subset of the branches above
19
20
schedule:
21
- cron: "32 11 * * 6"
22
.github/workflows/conflicting-pr-label.yml
@@ -6,10 +6,10 @@ name: PullRequestConflicting
6
# events but only for the master branch
7
8
9
10
11
types: [synchronize]
12
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
0 commit comments