Skip to content

Commit

Permalink
infra: fixed workflow event
Browse files Browse the repository at this point in the history
  • Loading branch information
anuraghazra committed Aug 9, 2020
1 parent bc8ec80 commit 6cfe471
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/label-pr.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: "Pull Request Labeler"
on:
- pull_request
- pull_request_target

jobs:
triage:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/preview-theme.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Theme preview

on:
pull_request:
pull_request_target:
types: [opened, synchronize, reopened]
branches:
- master
Expand Down

0 comments on commit 6cfe471

Please sign in to comment.