Skip to content

Commit

Permalink
update main branch (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
pmhalvor authored Oct 5, 2024
1 parent 725794e commit 19b088c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/python-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,18 @@ name: Python Tests
on:
push:
branches:
- master # Runs on push to the master branch
- main # Runs on push to the main branch
pull_request:
branches:
- master # Runs on pull requests to the master branch
- main # Runs on pull requests to the main branch

jobs:
test:
runs-on: ubuntu-latest

strategy:
matrix:
python-version: [3.11] # [3.9, 3.11] # You can add or remove Python versions to test against
python-version: [3.11]

steps:
- name: Checkout repository
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/todo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: "Run TODO to Issue"
on:
push:
branches:
- "master"
- "main"
workflow_dispatch:
inputs:
MANUAL_COMMIT_REF:
Expand Down

0 comments on commit 19b088c

Please sign in to comment.