Skip to content

Commit

Permalink
Allow workflow dispatch on test CIs
Browse files Browse the repository at this point in the history
  • Loading branch information
andreped committed Jan 8, 2025
1 parent 12757da commit 6f26801
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/tests_full.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
pull_request:
branches:
- main
workflow_dispatch:

jobs:
build:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/tests_quick.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
pull_request:
branches-ignore:
- main
workflow_dispatch:

jobs:
build:
Expand Down

0 comments on commit 6f26801

Please sign in to comment.