Skip to content

Commit

Permalink
Merge pull request #67 from gerlero/actions
Browse files Browse the repository at this point in the history
Update CI configuration
  • Loading branch information
gerlero authored Jan 1, 2024
2 parents 7cb27a1 + fa130cb commit bc872d9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
- main
tags: ['*']
pull_request:
workflow_dispatch:
concurrency:
# Skip intermediate builds: always.
# Cancel intermediate builds: only if it is a pull request build.
Expand All @@ -21,6 +22,7 @@ jobs:
- '1.6'
- '1.7'
- '1.8'
- '1.9'
- '1'
- 'nightly'
os:
Expand Down

0 comments on commit bc872d9

Please sign in to comment.