Skip to content

Commit

Permalink
Update CI to enable manual trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
maurosilber committed Feb 3, 2024
1 parent 4fe5905 commit 18043da
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
name: CI

on: [push]
on: [push, workflow_dispatch]

jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.9", "3.10", "3.11"]
python-version: ["3.9", "3.10", "3.11", "3.12"]

steps:
- uses: actions/checkout@v4
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/pre.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Test on pre-releases

on:
workflow_dispatch:
schedule:
- cron: '0 7 * * 1' # every Monday at 7 AM UTC

Expand Down

0 comments on commit 18043da

Please sign in to comment.