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 289afe8 commit 85ab485Copy full SHA for 85ab485
.github/workflows/codeql.yml
@@ -2,9 +2,9 @@ name: "Code scanning - action"
2
3
on:
4
push:
5
+ branches: [ "main" ]
6
pull_request:
- branches-ignore:
7
- - "dependabot/**"
8
schedule:
9
- cron: '0 19 * * 0'
10
@@ -21,7 +21,7 @@ jobs:
21
# We must fetch at least the immediate parents so that if this is
22
# a pull request then we can checkout the head.
23
fetch-depth: 2
24
-
+
25
# Initializes the CodeQL tools for scanning.
26
- name: Initialize CodeQL
27
uses: github/codeql-action/init@v2 # tag=v2
.github/workflows/immediate-response.yml
@@ -7,6 +7,8 @@ on:
types:
- opened
+ branches-ignore:
11
+ - "dependabot/**"
12
13
14
jobs:
0 commit comments