diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2021-06-15 20:43:41 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2021-06-15 20:43:41 +0300 |
commit | bf30cbada2334bab46e378ccaa79df3e7f69051c (patch) | |
tree | 2bd2e7c0eb03a5203c27a0da29b22a292bda1c92 /.github | |
parent | workflows/publish -> workflows/ci (diff) | |
download | fr24feed-bf30cbada2334bab46e378ccaa79df3e7f69051c.tar.gz fr24feed-bf30cbada2334bab46e378ccaa79df3e7f69051c.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 569150e..ff246fe 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,4 +1,4 @@ -name: Publish +name: CI on: push: |