Skip to content

Commit 79efcdb

Browse files
committed
ci: Restore workflow_dispatch trigger
1 parent 12e0be2 commit 79efcdb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
branches: [master]
55
pull_request:
66
branches: [master]
7+
workflow_dispatch:
78

89
permissions:
910
contents: read
@@ -236,7 +237,7 @@ jobs:
236237

237238
- name: Run linting
238239
run: just lint
239-
240+
240241
release-check:
241242
name: Build in release mode
242243
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)