diff options
| author | Egor Tensin <Egor.Tensin@gmail.com> | 2021-06-15 20:40:42 +0300 |
|---|---|---|
| committer | Egor Tensin <Egor.Tensin@gmail.com> | 2021-06-15 20:40:42 +0300 |
| commit | 3fe326f52da8b50ad1f8406d65808da62032893c (patch) | |
| tree | db9be9bc605cf7533052de3214bd134835b6c189 /.github/workflows | |
| parent | workflows/test -> workflows/ci (diff) | |
| download | config-links-3fe326f52da8b50ad1f8406d65808da62032893c.tar.gz config-links-3fe326f52da8b50ad1f8406d65808da62032893c.zip | |
workflows/ci: rename to "CI"
Diffstat (limited to '')
| -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 b28936d..0ff4a3f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,4 +1,4 @@ -name: Test +name: CI on: push: |
