Skip to content

Commit fcced94

Browse files
committed
Change main workflow to run on push/merge to main
As discussed in dev call
1 parent 7f054a2 commit fcced94

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/main.yaml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,12 @@
44

55
name: Build and test linkml-runtime
66

7-
on: [pull_request]
7+
on:
8+
push:
9+
branches:
10+
- main
11+
pull_request:
12+
workflow_dispatch:
813

914
jobs:
1015
test:

0 commit comments

Comments
 (0)