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 84a5728 commit a9e2e65Copy full SHA for a9e2e65
3 files changed
.github/workflows/ci.yml
@@ -5,6 +5,7 @@ on:
5
branches: [main]
6
pull_request:
7
8
+ workflow_dispatch:
9
10
jobs:
11
lint:
.github/workflows/release.yml
@@ -1,8 +1,8 @@
1
name: Release
2
on:
3
push:
4
- branches:
- - main
+ branches: [main]
permissions:
contents: write
.github/workflows/todo.yml
@@ -1,6 +1,7 @@
name: "Convert TODO to Issue"
workflow_dispatch:
inputs:
MANUAL_COMMIT_REF:
0 commit comments