diff options
| author | Aiden Cline <[email protected]> | 2026-01-08 12:50:17 -0600 |
|---|---|---|
| committer | Aiden Cline <[email protected]> | 2026-01-08 12:50:17 -0600 |
| commit | 9930ac692981e004bc27e16adb0ada84c5454694 (patch) | |
| tree | fcd979f6bcc2d24883d91819150b31eaf543eed6 /.github/workflows | |
| parent | 1906a347f318bdc263231a691e12167fdce7d9ea (diff) | |
| download | opencode-9930ac692981e004bc27e16adb0ada84c5454694.tar.gz opencode-9930ac692981e004bc27e16adb0ada84c5454694.zip | |
ci: adjust workflow
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/pr-standards.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/pr-standards.yml b/.github/workflows/pr-standards.yml index ea5e36574..8e569e5bc 100644 --- a/.github/workflows/pr-standards.yml +++ b/.github/workflows/pr-standards.yml @@ -1,7 +1,7 @@ name: PR Standards on: - pull_request: + pull_request_target: types: [opened, edited, synchronize] jobs: |
