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 811dcab commit 288d15cCopy full SHA for 288d15c
.github/workflows/codeql-analysis.yml
@@ -12,18 +12,13 @@
12
name: "CodeQL"
13
14
on:
15
- push:
16
- branches: [ master ]
17
- pull_request:
18
- # The branches below must be a subset of the branches above
19
20
- schedule:
21
- - cron: '17 14 * * 1'
+ release:
+ types: [created]
22
23
jobs:
24
analyze:
25
name: Analyze
26
- runs-on: ubuntu-latest
+ runs-on: ubuntu-20.04
27
28
strategy:
29
fail-fast: false
superannotate/version.py
@@ -1 +1 @@
1
-__version__ = "2.5.2b7"
+__version__ = "2.5.2b8"
0 commit comments