Skip to content

Commit

Permalink
Added manual workflow triggering
Browse files Browse the repository at this point in the history
  • Loading branch information
soerendomroes committed Aug 26, 2024
1 parent 483b41d commit b154a38
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ on:
push:
branches:
- master
workflow_dispatch: # manual triggering, for debugging purposes

jobs:
build:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/publish-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ on:

pull_request:
branches: ["master"]
workflow_dispatch: # manual triggering, for debugging purposes

env:
# Use docker.io for Docker Hub if empty
Expand Down

0 comments on commit b154a38

Please sign in to comment.