Skip to content

Commit c98651e

Browse files
committed
switch workflow to run on manual trigger
1 parent e024283 commit c98651e

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/publish.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
1-
name: Publish All
21
on:
3-
pull_request:
4-
branches: [main]
2+
workflow_dispatch:
3+
name: Publish All
54

65
jobs:
76
publish:

0 commit comments

Comments
 (0)