Skip to content

Commit bc8cc81

Browse files
authored
Run CI on *all* prs/branches
1 parent e6c0826 commit bc8cc81

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: Build & Test
22

33
on:
44
push:
5-
branches: [ "*" ] # Runs on all branches when pushed
5+
branches: [ "**" ] # Runs on all branches when pushed
66
pull_request:
7-
branches: [ "*" ] # Runs on all branches when a pull request is created or updated
7+
branches: [ "**" ] # Runs on all branches when a pull request is created or updated
88

99
permissions:
1010
contents: read
@@ -34,4 +34,4 @@ jobs:
3434
pre-commit run --all-files
3535
- name: Test with pytest
3636
run: |
37-
pytest
37+
pytest

0 commit comments

Comments
 (0)