Ver Fonte

ci: exclude production branch from format workflow

Dax Raad há 5 meses atrás
pai
commit
176dc51b2e
1 ficheiros alterados com 4 adições e 0 exclusões
  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: