Skip to content

Commit 5017cd9

Browse files
authored
Merge branch 'open-source-at-illinois:main' into main
2 parents fc45271 + 803efd7 commit 5017cd9

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

.github/workflows/lint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
pull_request:
55
push:
66
branches:
7-
- master
7+
- main
88

99
jobs:
1010
lint:

.github/workflows/test.yaml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
name: Run tests
22

3-
on: [push, pull_request]
4-
3+
on:
4+
pull_request:
5+
push:
6+
branches:
7+
- main
8+
59
jobs:
610
test:
711
runs-on: ${{ matrix.os }}
@@ -20,4 +24,4 @@ jobs:
2024
run: |
2125
python -m pip install pytest black
2226
- name: Test
23-
run: pytest
27+
run: pytest

0 commit comments

Comments
 (0)