Skip to content

Commit a6f471d

Browse files
committed
[Fix][Validation]
1 parent c8d4cb6 commit a6f471d

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

.github/validate.yml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,9 @@
11
name: Validate NeuroJson_io Project
22

33
on:
4-
push:
4+
pull_request: # Trigger the workflow on all pull requests
55
branches:
6-
- dev
7-
- main
8-
pull_request:
9-
branches:
10-
- dev
11-
- main
6+
- '*'
127

138
jobs:
149
validate:

0 commit comments

Comments
 (0)