Browse Source

Remove redundant spaces from workflows

develop
Silvestr Predko 2 years ago
parent
commit
b149d4ab2a
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      .github/workflows/ci.yml

+ 1
- 1
.github/workflows/ci.yml View File

@@ -10,7 +10,7 @@ on:
10 10
       - develop
11 11
   pull_request:
12 12
     types: [opened, reopened, edited, synchronize]
13
-    branches:    
13
+    branches:
14 14
       - main
15 15
       - develop
16 16
 

Loading…
Cancel
Save