summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorDax Raad <[email protected]>2025-09-12 13:41:28 -0400
committerDax Raad <[email protected]>2025-09-12 13:41:38 -0400
commit176dc51b2e6f77da231b22ce59bf80e3f24da614 (patch)
tree0d440113370af9f0d9ccdc622228b7c6e2e305e3
parentf7d9a031e69e3ceb68ab0ffd8197a499fb14d1b0 (diff)
downloadopencode-176dc51b2e6f77da231b22ce59bf80e3f24da614.tar.gz
opencode-176dc51b2e6f77da231b22ce59bf80e3f24da614.zip
ci: exclude production branch from format workflow
-rw-r--r--.github/workflows/format.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.github/workflows/format.yml b/.github/workflows/format.yml
index 7a42fe823..227e9f808 100644
--- a/.github/workflows/format.yml
+++ b/.github/workflows/format.yml
@@ -2,7 +2,11 @@ name: Format
on:
push:
+ branches-ignore:
+ - production
pull_request:
+ branches-ignore:
+ - production
workflow_dispatch:
jobs:
format: