Skip to content

Commit

Permalink
add: push triggers
Browse files Browse the repository at this point in the history
  • Loading branch information
Silvija Tovernic committed Sep 19, 2024
1 parent 28909c0 commit 4c5f903
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/docker-build-if-runner.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
name: Build Image Factory Runner

on:
workflow_dispatch:
push:
paths:
- ".github/workflows/docker-build-if-runner.yml"
- "images/docker/image-factory-runner"
workflow_dispatch:

jobs:
docker-build:
Expand Down

0 comments on commit 4c5f903

Please sign in to comment.