Skip to content

Commit

Permalink
Add release candidate and change trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
cscollett committed Aug 17, 2024
1 parent 0bdcbc9 commit 2f7c656
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
name: CI

on:
pull_request:
push:
branches:
- main
- github-ci

jobs:
test-suite:
CI:
runs-on: ubuntu-latest

steps:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/code-matrix.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
name: Code Matrix

on:
pull_request:
push:
branches:
- main
- github-ci

jobs:
CodeMatrix:
runs-on: ubuntu-latest

strategy:
matrix:
python-version: [3.12, 3.x]
python-version: [3.12, 3.13.0rc1, 3.x]

steps:
- name: Checkout code
Expand Down

0 comments on commit 2f7c656

Please sign in to comment.