Skip to content

Commit 5a6ebf8

Browse files
committed
enable path filter, finalise for PR
1 parent 87fa8df commit 5a6ebf8

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/publish-image.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ on:
66

77
# publish on pushes to the main branch (image tagged as "latest")
88
push:
9-
branches:
10-
- main
11-
- master
12-
# paths:
13-
# - "urNode-backend/**"
9+
# branches:
10+
# - main
11+
# - master
12+
paths:
13+
- "urNode-backend/**"
1414
# allow manual triggers
1515
workflow_dispatch:
1616

0 commit comments

Comments
 (0)