Skip to content

Commit

Permalink
CI: enable workflow_dispatch for ci and docker-build-distro
Browse files Browse the repository at this point in the history
  • Loading branch information
lpenz committed May 1, 2024
1 parent 0af8981 commit ef85a1a
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 @@ -12,6 +12,7 @@ on:
branches:
- main
- devel
workflow_dispatch:
jobs:
omnilint:
runs-on: ubuntu-latest
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/docker-build-distro.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ on:
branches-ignore:
- main
- devel
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
Expand Down

0 comments on commit ef85a1a

Please sign in to comment.