Skip to content

Commit f421ffb

Browse files
committed
fix in workflow
Signed-off-by: Anjul Sahu <anjuls@users.noreply.github.com>
1 parent 113c2df commit f421ffb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-and-push.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@ run-name: "VPC Agent updated by ${{ github.actor }} and run by ${{ github.trigge
44
on:
55
pull_request:
66
paths:
7-
- .github/workflows/build-and-push.yaml
7+
- '.github/workflows/build-and-push.yaml'
88
- '**'
99
branches:
1010
- main
1111
push:
1212
paths:
13-
- .github/workflows/build-and-push.yaml
13+
- '.github/workflows/build-and-push.yaml'
1414
- '**''
1515
branches:
1616
- main

0 commit comments

Comments
 (0)