Skip to content

Commit 18f163a

Browse files
committed
tweak monitored paths
1 parent ee3d8a5 commit 18f163a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/cd.bender-base.image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
branches: [ main ]
88
paths:
99
- 'images/bender-base/**'
10-
- 'workflows/cd.bender-base.image.yml'
10+
- '.github/workflows/cd.bender-base.image.yml'
1111
jobs:
1212
build:
1313

.github/workflows/cd.cardano-node.image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
branches: [ main ]
88
paths:
99
- 'images/cardano-node/**'
10-
- 'workflows/cd.cardano-node.image.yml'
10+
- '.github/workflows/cd.cardano-node.image.yml'
1111

1212
env:
1313
IMAGE_NAME: cardano-node

0 commit comments

Comments
 (0)