From 63409dd7005ce465cd865abce31159fec3adc2fa Mon Sep 17 00:00:00 2001 From: Andrey Filipenkov Date: Mon, 19 Sep 2022 11:31:48 +0300 Subject: [PATCH] fix indentation --- .github/workflows/github.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/github.yml b/.github/workflows/github.yml index 2c3114e25..2f528e4c9 100644 --- a/.github/workflows/github.yml +++ b/.github/workflows/github.yml @@ -1,11 +1,11 @@ name: VCMI on: - push: - branches: - - features/* - - develop - pull_request: + push: + branches: + - features/* + - develop + pull_request: env: # Customize the CMake build type here (Release, Debug, RelWithDebInfo, etc.) BUILD_TYPE: Release