Skip to content

Commit 26b18d8

Browse files
committed
ci: don't run on pull request + do run on workflow_dispatch
1 parent 34cc474 commit 26b18d8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/sandwich.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: sandwich
22

33
on:
4-
pull_request:
4+
workflow_dispatch:
55
push:
66

77
jobs:

0 commit comments

Comments
 (0)