Skip to content

Commit c59942d

Browse files
build: can run integration tests without commit
Signed-off-by: Kostis Kapelonis <[email protected]>
1 parent c1adbf3 commit c59942d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
name: Gateway API plugin CI
22
on:
3+
# Allow running the workflow manually without pushing a commit
4+
workflow_dispatch:
35
push:
46
branches:
57
- "main"

0 commit comments

Comments
 (0)