Skip to content

Commit

Permalink
preview secure
Browse files Browse the repository at this point in the history
  • Loading branch information
dolymood authored Jan 15, 2021
1 parent f11d857 commit e4567e2
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/preview.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
name: 🔂 Surge PR Preview

on: pull_request_target
on:
pull_request_target:
types: [labeled]

jobs:
preview:
runs-on: ubuntu-latest
if: contains(github.event.pull_request.labels.*.name, 'SurgePreview')
steps:
- uses: actions/checkout@v2
with:
Expand Down

0 comments on commit e4567e2

Please sign in to comment.