Skip to content

Commit 3d73723

Browse files
authored
Merge pull request #203 from kevin-bates/test-all-pushed-branches
Trigger github actions on all pushed branches
2 parents 4a2d8e3 + b9fa1c8 commit 3d73723

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
name: Jupyter Server Tests
22
on:
33
push:
4-
branches:
5-
- master
4+
branches: '*'
65
pull_request:
76
branches: '*'
87
jobs:

0 commit comments

Comments
 (0)