diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2021-06-15 20:48:58 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2021-06-15 20:48:58 +0300 |
commit | 2a5dfa5fa16e66c4a0f808754ae39fc1f816a77d (patch) | |
tree | 90a1bcd12107081ee50f5fcea1f449bae211d677 /.github/workflows/ci.yml | |
parent | workflows/jekyll -> workflows/ci (diff) | |
download | jekyll-theme-2a5dfa5fa16e66c4a0f808754ae39fc1f816a77d.tar.gz jekyll-theme-2a5dfa5fa16e66c4a0f808754ae39fc1f816a77d.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 a8cca56..361f172 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,4 +1,4 @@ -name: Publish +name: CI on: push: |