aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
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