Skip to content

Commit c7aa018

Browse files
committed
Chore: Change docker-build workflow
* trigger on any branch * when contents of nginx-utils dir changes
1 parent 75fc05c commit c7aa018

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/docker-build.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,13 @@ permissions:
44
packages: write
55
actions: write
66
on:
7+
workflow_dispatch:
78
push:
89
branches:
9-
- mrajagopal-utils-pod
10-
10+
- '*'
11+
paths:
12+
- 'nginx-utils/**'
13+
- '.github/workflows/docker-build.yml'
1114
jobs:
1215
build:
1316
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)