Skip to content

Commit 4887933

Browse files
add ci job for UbuntuTestSuite
1 parent e0f472a commit 4887933

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# Workflow to run CAM-ML test suite
2+
name: TestSuiteUbuntu
3+
4+
# Controls when the workflow will run
5+
on:
6+
# Triggers the workflow on pushes to the "main" branch, i.e., PR merges
7+
push:
8+
branches: [ "main" ]
9+
10+
# Triggers the workflow on pushes to open pull requests with code changes
11+
pull_request:
12+
paths:

0 commit comments

Comments
 (0)