Ver código fonte

Remove redundant spaces from workflows

develop
Silvestr Predko 3 anos atrás
pai
commit
b149d4ab2a
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1
    1
      .github/workflows/ci.yml

+ 1
- 1
.github/workflows/ci.yml Ver arquivo

@@ -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
 

Carregando…
Cancelar
Salvar