Skip to content

Commit 892b484

Browse files
committed
add workflow dispatch
Signed-off-by: nitishfy <justnitish06@gmail.com>
1 parent 22907ab commit 892b484

1 file changed

Lines changed: 7 additions & 5 deletions

File tree

.github/workflows/push-oci-manifet.yaml

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
name: Push Rendered Manifests to OCI
22

33
on:
4-
push:
5-
branches:
6-
- main
7-
paths:
8-
- 'guestbook/**'
4+
workflow_dispatch:
5+
# Uncomment when trying to perform ci-based rendering for OCI (instead of kargo-based)
6+
# push:
7+
# branches:
8+
# - main
9+
# paths:
10+
# - 'guestbook/**'
911

1012
permissions:
1113
contents: read

0 commit comments

Comments
 (0)