Browse Source

fix indentation

Andrey Filipenkov 3 years ago
parent
commit
63409dd700
1 changed files with 5 additions and 5 deletions
  1. 5 5
      .github/workflows/github.yml

+ 5 - 5
.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