diff options
| author | Dax <[email protected]> | 2026-01-01 17:54:11 -0500 |
|---|---|---|
| committer | GitHub <[email protected]> | 2026-01-01 17:54:11 -0500 |
| commit | 351ddeed914d237138fc6f3f8b3d65d2e559357a (patch) | |
| tree | a3009b5b42e80b50095835152e334596f843f3cb /.github/workflows | |
| parent | dccb8875ad0e114242fce3dabc7f7e31c1bac29b (diff) | |
| download | opencode-351ddeed914d237138fc6f3f8b3d65d2e559357a.tar.gz opencode-351ddeed914d237138fc6f3f8b3d65d2e559357a.zip | |
Permission rework (#6319)
Co-authored-by: Github Action <[email protected]>
Co-authored-by: Adam <[email protected]>
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/test.yml | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index ac1a24fd5..c39710bee 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -2,11 +2,9 @@ name: test on: push: - branches-ignore: - - production + branches: + - dev pull_request: - branches-ignore: - - production workflow_dispatch: jobs: test: |
