Sfoglia il codice sorgente

Merge pull request #13 from Relayz-io/silvestr/add-new-trigger-for-pr

Add synchronize to pull_request actions trigger
develop
Predko Silvestr 2 anni fa
parent
commit
4fbe04955c
Nessun account collegato all'indirizzo email del committer
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1
    1
      .github/workflows/ci.yml

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

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

Loading…
Annulla
Salva