Skip to content

Commit 12c5794

Browse files
authored
Prepare for Release of 3.0.x (#225)
* Release 3.0.x * Fix CodeQL workflow
1 parent a069fe8 commit 12c5794

4 files changed

Lines changed: 50464 additions & 27509 deletions

File tree

.github/workflows/codeql.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,15 @@
11
name: "Code scanning - action"
22

3-
paths-ignore:
4-
- dist
53

64
on:
75
push:
6+
paths-ignore:
7+
- dist/**
8+
89
pull_request:
10+
paths-ignore:
11+
- dist/**
12+
913
schedule:
1014
- cron: '0 19 * * 0'
1115

0 commit comments

Comments
 (0)