diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2021-06-15 20:35:16 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2021-06-15 20:35:16 +0300 |
commit | de8589d4ab87598d69a50da02b5204d275d3b456 (patch) | |
tree | db0c0e0ddab84a2f4ce65f7a5d03d85b5d6da712 /.github/workflows/ci.yml | |
parent | workflows/test -> workflows/ci (diff) | |
download | cgitize-de8589d4ab87598d69a50da02b5204d275d3b456.tar.gz cgitize-de8589d4ab87598d69a50da02b5204d275d3b456.zip |
workflows/ci: rename to "CI"
Diffstat (limited to '.github/workflows/ci.yml')
-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 4a848aa..73aa411 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,4 +1,4 @@ -name: Test +name: CI on: push: |