Skip to content

Commit

Permalink
prep for merge
Browse files Browse the repository at this point in the history
  • Loading branch information
jlaneve committed Feb 15, 2024
1 parent aec1d7e commit 18fc743
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: test

on:
push: # Run on pushes to the default branch
branches: [main, performance-int-tests] # TODO: remove me before merging
branches: [main]
pull_request_target: # Also run on pull requests originated from forks
branches: [main]

Expand Down Expand Up @@ -356,7 +356,7 @@ jobs:
- name: Set up Python 3.11
uses: actions/setup-python@v3
with:
python-version: '3.11'
python-version: "3.11"
- name: Install coverage
run: |
pip3 install coverage
Expand Down

0 comments on commit 18fc743

Please sign in to comment.