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 99a0bd3 commit fedd60eCopy full SHA for fedd60e
.github/workflows/ci.yml
@@ -13,6 +13,7 @@ on:
13
pull_request:
14
paths-ignore:
15
- '*.md'
16
+ workflow_dispatch:
17
18
permissions:
19
contents: read
.github/workflows/codeql.yml
@@ -19,6 +19,7 @@ on:
branches: ["master"]
20
schedule:
21
- cron: "0 0 * * 1"
22
23
24
25
.github/workflows/legacy.yml
@@ -13,7 +13,8 @@ on:
-
+
0 commit comments