Skip to content

Commit c12f11a

Browse files
committed
On workflow dispatch'
1 parent f8bb46d commit c12f11a

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

.github/workflows/deploy-lnt.llvm.org.yaml

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,12 @@
11
name: Deploy lnt.llvm.org
22

33
on:
4-
push:
5-
paths:
6-
- '.github/workflows/deploy-lnt.llvm.org.yaml'
7-
- 'deployment/*'
8-
pull_request_target:
9-
paths:
10-
- '.github/workflows/deploy-lnt.llvm.org.yaml'
11-
- 'deployment/*'
4+
workflow_dispatch:
5+
# Eventually:
6+
# pull_request_target:
7+
# paths:
8+
# - '.github/workflows/deploy-lnt.llvm.org.yaml'
9+
# - 'deployment/*'
1210

1311
permissions:
1412
contents: read

0 commit comments

Comments
 (0)