Skip to content

Commit c9bc9b1

Browse files
committed
Allow running the test workflow on demand
1 parent bb12a59 commit c9bc9b1

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/tests.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
name: Quick tests against our own repository
22

3-
on: [ push ]
3+
on:
4+
push:
5+
6+
# Allow workflow to be manually run from the GitHub UI
7+
workflow_dispatch:
48
jobs:
59
check_dry_run_no_branches:
610
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)