Skip to content

Commit bcac4b6

Browse files
add manual run
1 parent 4e8b386 commit bcac4b6

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/deploy-apps.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,12 @@ name: Deploy
22

33
on:
44
push:
5-
branches: [main]
6-
# workflow_dispatch: # uncomment if you want manual runs
5+
branches: [ main ]
6+
paths:
7+
- 'apps/items-app/**'
8+
- 'k8s/items-app-deployment.yaml'
9+
- '.github/workflows/deploy-apps.yml'
10+
workflow_dispatch:
711

812
jobs:
913
deploy:

0 commit comments

Comments
 (0)