Skip to content

Commit

Permalink
Run CI on pre branch & workflow dispatch
Browse files Browse the repository at this point in the history
  • Loading branch information
tomaarsen committed Nov 10, 2023
1 parent b68f655 commit d85f0d9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,12 @@ on:
branches:
- main
- v*-release
- v*-pre
pull_request:
branches:
- main
- v*-pre
workflow_dispatch:

jobs:

Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,12 @@ on:
branches:
- main
- v*-release
- v*-pre
pull_request:
branches:
- main
- v*-pre
workflow_dispatch:

jobs:

Expand Down

0 comments on commit d85f0d9

Please sign in to comment.