aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorJosh Chen2020-07-17 10:35:07 +0200
committerJosh Chen2020-07-17 10:35:07 +0200
commit31dca5713d3fbd8401dd35cbf12c2cfcb4944db8 (patch)
tree669bb5cbd5e24e8321fa4e7f3bf1cc7c79ae81ee /.github/workflows
parente75a2a2ddfd82d4ba2e65526be1ed92f64369b48 (diff)
more testing
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/ci.yml (renamed from .github/workflows/main.yml)2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/ci.yml
index 9548ae7..4b9f617 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/ci.yml
@@ -3,7 +3,7 @@ on: push
jobs:
build:
- name: build
+ name: build ROOT
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1