Skip to content

Commit

Permalink
fix: push triggers
Browse files Browse the repository at this point in the history
  • Loading branch information
Silvija Tovernic committed Sep 19, 2024
1 parent a48e1de commit 709cb0e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker-build-if-runner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
push:
paths:
- ".github/workflows/docker-build-if-runner.yml"
- "images/docker/image-factory-runner"
- "images/docker/image-factory-runner/**"
workflow_dispatch:

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/packer-build-if-vm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
push:
paths:
- ".github/workflows/packer-build-if-vm.yml"
- "images/packer/image-factory-vm"
- "images/packer/image-factory-vm/**"
workflow_dispatch:

jobs:
Expand Down

0 comments on commit 709cb0e

Please sign in to comment.