fixes public pull requests CI to actually run

This commit is contained in:
Cody Lee 2022-12-28 11:49:24 -06:00
parent 49b70b9977
commit 8c368df4e0
No known key found for this signature in database
1 changed files with 3 additions and 3 deletions

View File

@ -1,11 +1,11 @@
name: Build
on: [push]
on:
- push
- pull_request
permissions:
contents: read
# Optional: allow read access to pull request. Use with `only-new-issues` option.
# pull-requests: read
jobs:
test: