Skip to content

Commit 288d15c

Browse files
committed
Fix workflow
1 parent 811dcab commit 288d15c

File tree

2 files changed

+4
-9
lines changed

2 files changed

+4
-9
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,18 +12,13 @@
1212
name: "CodeQL"
1313

1414
on:
15-
push:
16-
branches: [ master ]
17-
pull_request:
18-
# The branches below must be a subset of the branches above
19-
branches: [ master ]
20-
schedule:
21-
- cron: '17 14 * * 1'
15+
release:
16+
types: [created]
2217

2318
jobs:
2419
analyze:
2520
name: Analyze
26-
runs-on: ubuntu-latest
21+
runs-on: ubuntu-20.04
2722

2823
strategy:
2924
fail-fast: false

superannotate/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "2.5.2b7"
1+
__version__ = "2.5.2b8"

0 commit comments

Comments
 (0)