diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2021-06-15 20:46:01 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2021-06-15 20:46:01 +0300 |
commit | e37b1aa867af45a23b250cb31ad128775bad0647 (patch) | |
tree | 1756cc9beb24ec3501658d7744c1896c089c6c91 | |
parent | workflows/test -> workflows/ci (diff) | |
download | jekyll-docker-e37b1aa867af45a23b250cb31ad128775bad0647.tar.gz jekyll-docker-e37b1aa867af45a23b250cb31ad128775bad0647.zip |
workflows/ci: rename to "CI"
-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 054aa7f..52c4f66 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,4 +1,4 @@ -name: This even works? +name: CI on: push: |