Skip to content

Commit

Permalink
Change preview event to pull_request
Browse files Browse the repository at this point in the history
  • Loading branch information
TenType committed Jun 19, 2024
1 parent 832cde9 commit 2be06ab
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/preview.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,11 @@
name: preview
on:
# This workflow should only be run on trusted pull requests
pull_request_target:
pull_request:
types: [opened, synchronize]

jobs:
update:
name: EAS Update
if: |
github.event.pull_request.author_association == 'MEMBER' ||
github.event.pull_request.author_association == 'COLLABORATOR'
runs-on: ubuntu-latest
permissions:
contents: read
Expand Down

0 comments on commit 2be06ab

Please sign in to comment.