Skip to content

Commit

Permalink
tweak monitored paths
Browse files Browse the repository at this point in the history
  • Loading branch information
grzegorznowak committed Feb 11, 2022
1 parent ee3d8a5 commit 18f163a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cd.bender-base.image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
branches: [ main ]
paths:
- 'images/bender-base/**'
- 'workflows/cd.bender-base.image.yml'
- '.github/workflows/cd.bender-base.image.yml'
jobs:
build:

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cd.cardano-node.image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
branches: [ main ]
paths:
- 'images/cardano-node/**'
- 'workflows/cd.cardano-node.image.yml'
- '.github/workflows/cd.cardano-node.image.yml'

env:
IMAGE_NAME: cardano-node
Expand Down

0 comments on commit 18f163a

Please sign in to comment.