Browse Source

Remove redundant spaces from workflows

develop
Silvestr Predko 3 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
       - develop
10
       - develop
11
   pull_request:
11
   pull_request:
12
     types: [opened, reopened, edited, synchronize]
12
     types: [opened, reopened, edited, synchronize]
13
-    branches:    
13
+    branches:
14
       - main
14
       - main
15
       - develop
15
       - develop
16
 
16
 

Loading…
Cancel
Save