Skip to content

Commit 9d302af

Browse files
master branch is now main
1 parent 24546e6 commit 9d302af

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/validation.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ name: SModelS Validation
55

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

0 commit comments

Comments
 (0)