Skip to content

Commit

Permalink
add manual trigger to testing pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
nilsnolde committed Jun 17, 2024
1 parent a6d1470 commit 0cad37a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/test-ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,9 @@ on:
branches:
- master
paths-ignore:
- '.gitignore'
- '**.md'
- ".gitignore"
- "**.md"
workflow_dispatch:

jobs:
build:
Expand Down

0 comments on commit 0cad37a

Please sign in to comment.