Skip to content

Commit 20ccb06

Browse files
authored
Merge pull request #86 from DrDroidLab/dimittal-patch-3
Update build-and-push.yaml
2 parents f4db92d + 78a3b72 commit 20ccb06

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
@@ -5,13 +5,13 @@ on:
55
pull_request:
66
paths:
77
- .github/workflows/build-and-push.yaml
8-
- **
8+
- "**"
99
branches:
1010
- "main"
1111
push:
1212
paths:
1313
- .github/workflows/build-and-push.yaml
14-
- **
14+
- "**"
1515
branches:
1616
- "main"
1717

0 commit comments

Comments
 (0)