Skip to content

Commit f5b4f66

Browse files
validation must not be run for main, as main has no unittests
1 parent 7a079b0 commit f5b4f66

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/validation.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ name: SModelS Validation
55

66
on:
77
push:
8-
branches: [ main, develop, release/* ]
8+
branches: [ develop, release/* ]
99
pull_request:
10-
branches: [ main, develop ]
10+
branches: [ develop ]
1111
# Enables manual action execution.
1212
workflow_dispatch:
1313

0 commit comments

Comments
 (0)