We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e511a9d commit 033ffebCopy full SHA for 033ffeb
4 files changed
.github/workflows/check-dist.yml
@@ -11,6 +11,7 @@ on:
11
- main
12
paths-ignore:
13
- '**.md'
14
+ workflow_dispatch:
15
16
permissions:
17
contents: read
.github/workflows/codeql.yml
@@ -9,6 +9,7 @@ on:
9
10
schedule:
- cron: '30 1 * * 4'
actions: read
.github/workflows/continuous-integration.yml
@@ -4,6 +4,7 @@ on:
4
pull_request:
5
branches:
6
7
8
.github/workflows/linter.yml
@@ -7,6 +7,7 @@ on:
0 commit comments