Skip to content

Commit

Permalink
Build on all branches
Browse files Browse the repository at this point in the history
  • Loading branch information
amolenaar committed Jul 12, 2023
1 parent 8ae0ace commit bbbead1
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/build.yml
Expand Up @@ -3,8 +3,6 @@ name: build
on:
pull_request:
push:
branches:
- master

jobs:
lint:
Expand All @@ -24,7 +22,7 @@ jobs:
strategy:
max-parallel: 4
matrix:
python-version: [3.9, 3.10, 3.11]
python-version: ["3.9", "3.10", "3.11"]
steps:
- uses: actions/checkout@v2.3.2
- name: Set up Python ${{ matrix.python-version }}
Expand Down

0 comments on commit bbbead1

Please sign in to comment.