Commit be85c7e8e5510b5b4f7930e0f8b0b0238b297947

Edward Thomson 2020-12-18T15:11:12

ci: only run codeql nightly

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml
index cd37095..38b4a04 100644
--- a/.github/workflows/codeql.yml
+++ b/.github/workflows/codeql.yml
@@ -1,10 +1,7 @@
 name: "CodeQL"
 
 on:
-  push:
-    branches: [ master, maint/* ]
-  pull_request:
-    branches: [ master, maint/* ]
+  workflow_dispatch:
   schedule:
     - cron: '21 3 * * 1'