diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2021-06-15 23:19:02 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2021-06-15 23:19:02 +0300 |
commit | 8ee5b650a2d77467a522e5de3976b2add009b8cf (patch) | |
tree | 83dad404867471987cc0aed598c6504a6abeea48 /.github/workflows | |
parent | workflows/test -> workflows/ci (diff) | |
download | sorting-algorithms-8ee5b650a2d77467a522e5de3976b2add009b8cf.tar.gz sorting-algorithms-8ee5b650a2d77467a522e5de3976b2add009b8cf.zip |
workflows/ci: rename to "CI"
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7f36a65..c3f5e58 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,4 +1,4 @@ -name: Test +name: CI on: push: |