Skip to content

Commit

Permalink
fix: Add workflow dispatch triggers
Browse files Browse the repository at this point in the history
  • Loading branch information
gonzalezzfelipe committed Nov 7, 2024
1 parent a01a05f commit 665ad34
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 8 deletions.
1 change: 1 addition & 0 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
name: Docker
on:
workflow_dispatch: {}
push:
branches:
- "main"
Expand Down
5 changes: 1 addition & 4 deletions .github/workflows/hydra.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,7 @@ on:
paths:
- ".github/workflows/hydra.yml"
- "docker/dockerfile.hydra"
workflow_dispatch:
inputs:
mumak_version:
required: false
workflow_dispatch: {}

jobs:
build-images:
Expand Down
5 changes: 1 addition & 4 deletions .github/workflows/init.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,7 @@ on:
paths:
- ".github/workflows/init.yml"
- "docker/dockerfile.init"
workflow_dispatch:
inputs:
mumak_version:
required: false
workflow_dispatch: {}

jobs:
build-images:
Expand Down

0 comments on commit 665ad34

Please sign in to comment.