Browse Source

fix(tests): run prettier against pull_request_target

pull/2987/head
Gabe Kangas 3 years ago
parent
commit
bd7553e0bc
No known key found for this signature in database
GPG Key ID: 4345B2060657F330
  1. 2
      .github/workflows/javascript-formatting.yml

2
.github/workflows/javascript-formatting.yml

@ -5,7 +5,7 @@ on: @@ -5,7 +5,7 @@ on:
push:
paths:
- web/**
pull_request:
pull_request_target:
paths:
- web/**

Loading…
Cancel
Save