From f87ea0121d951ac723e749eb611edc6f6956d24f Mon Sep 17 00:00:00 2001 From: Artyom Belousov Date: Fri, 5 Jan 2024 22:38:48 +0300 Subject: [PATCH] Prepare for merge --- .gitattributes | 1 - .github/workflows/deploy.yml | 3 +-- 2 files changed, 1 insertion(+), 3 deletions(-) delete mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes deleted file mode 100644 index 0334717..0000000 --- a/.gitattributes +++ /dev/null @@ -1 +0,0 @@ -*.html linguist-vendored diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 76c64c9..5fd922b 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -1,9 +1,8 @@ name: Push To Yandex Cloud CR on: - pull_request: push: branches: - - 'master' + - 'main' jobs: deploy: