Sfoglia il codice sorgente

ci: exclude production branch from format workflow

Dax Raad 5 mesi fa
parent
commit
176dc51b2e
1 ha cambiato i file con 4 aggiunte e 0 eliminazioni
  1. 4 0
      .github/workflows/format.yml

+ 4 - 0
.github/workflows/format.yml

@@ -2,7 +2,11 @@ name: Format
 
 on:
   push:
+    branches-ignore:
+      - production
   pull_request:
+    branches-ignore:
+      - production
   workflow_dispatch:
 jobs:
   format: