diff options
| author | 2024-02-15 22:02:01 -0600 | |
|---|---|---|
| committer | 2024-02-15 22:02:01 -0600 | |
| commit | 05eb0140db629fa1eb6de0fdbfbb45cedec32d04 (patch) | |
| tree | bd4ed90eefb353d387961d3df23e1de88840cd6b /.github/workflows | |
| parent | Merge pull request #164 from sogaiu/minor-tweaks (diff) | |
Remove: This workflow requires approval from a maintainer
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/test.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 362f776..bde5ce0 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -3,7 +3,7 @@ name: Test on: push: branches: [ master ] - pull_request: + pull_request_target: branches: [ master ] jobs: |
