1
1
mirror of https://github.com/primer/css.git synced 2024-11-22 19:01:02 +03:00

Don't run on target

This commit is contained in:
Jon Rohan 2021-04-12 09:19:30 -07:00
parent db44f4ed70
commit 57ee7e1f37
No known key found for this signature in database
GPG Key ID: B0BBE304A9A0AECB
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
name: Deploy
on:
pull_request_target:
pull_request:
branches-ignore:
- main
paths:

View File

@ -1,6 +1,6 @@
name: Triage
on:
pull_request_target:
pull_request:
branches-ignore:
- 'dependabot/**'