Skip to content

Commit 86a885b

Browse files
authored
Merge pull request #105 from adafruit/jepler-patch-1
pre-commit: run on all branches & on ubuntu-20.04
2 parents 3e58301 + dc4dd63 commit 86a885b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/pre-commit.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,10 @@ name: pre-commit
77
on:
88
pull_request:
99
push:
10-
branches: [master]
1110

1211
jobs:
1312
pre-commit:
14-
runs-on: ubuntu-latest
13+
runs-on: ubuntu-20.04
1514
steps:
1615
- uses: actions/checkout@v1
1716
- uses: actions/setup-python@v1

0 commit comments

Comments
 (0)