We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f03b23 commit c7b4af3Copy full SHA for c7b4af3
.github/workflows/build-pr.yml
.github/workflows/build.yml
@@ -4,6 +4,9 @@ on:
4
push:
5
paths-ignore:
6
- .docs/**
7
+ pull_request:
8
+ paths-ignore:
9
+ - .docs/**
10
11
12
jobs:
.github/workflows/codeql.yml
@@ -1,13 +1,14 @@
1
name: "CodeQL"
2
3
on:
+ workflow_dispatch:
pull_request:
- workflow_dispatch:
- schedule:
- - cron: '0 0 * * *'
+
13
14
analyze:
0 commit comments