diff options
| author | Dax Raad <[email protected]> | 2025-09-12 13:41:28 -0400 |
|---|---|---|
| committer | Dax Raad <[email protected]> | 2025-09-12 13:41:38 -0400 |
| commit | 176dc51b2e6f77da231b22ce59bf80e3f24da614 (patch) | |
| tree | 0d440113370af9f0d9ccdc622228b7c6e2e305e3 /.github/workflows | |
| parent | f7d9a031e69e3ceb68ab0ffd8197a499fb14d1b0 (diff) | |
| download | opencode-176dc51b2e6f77da231b22ce59bf80e3f24da614.tar.gz opencode-176dc51b2e6f77da231b22ce59bf80e3f24da614.zip | |
ci: exclude production branch from format workflow
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/format.yml | 4 |
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: |
