diff options
author | Rok Garbas <rok@garbas.si> | 2021-12-21 21:26:52 +0100 |
---|---|---|
committer | Rok Garbas <rok@garbas.si> | 2022-01-11 18:51:34 +0100 |
commit | 9aa486c4be2801a25847b9c75012054d04e792d0 (patch) | |
tree | 355d3576e709845493916828ab95e4c68d32d5ea /.github | |
parent | d023903b6f39b2026716d83f32850e44df26c805 (diff) |
Rename github workflow from Tests to CI
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/ci.yml (renamed from .github/workflows/test.yml) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/ci.yml index 1b655e27d..cc34579dd 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/ci.yml @@ -1,4 +1,4 @@ -name: "Test" +name: "CI" on: pull_request: |