Skip to content

Commit

Permalink
ci: make possible to trigger workflows manually
Browse files Browse the repository at this point in the history
  • Loading branch information
tboerger committed May 30, 2023
1 parent f61eb5b commit a47d593
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/general.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ name: general
pull_request:
branches:
- master
workflow_dispatch:

jobs:
linting:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/readme.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ name: readme
push:
branches:
- master
workflow_dispatch:

jobs:
readme:
Expand Down

0 comments on commit a47d593

Please sign in to comment.