Skip to content

Commit 7bc55c0

Browse files
committed
update CI
1 parent e0703ba commit 7bc55c0

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/bids_validator.yml

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

33
on:
44
push:
5-
branches:
6-
- master
5+
branches: ['master', 'main', 'dev']
76
pull_request:
8-
branches: ['master']
7+
branches: ['*']
98

109
env:
1110
OCTFLAGS: --no-gui --no-window-system --silent

0 commit comments

Comments
 (0)