Removes the filtering of on:pull_request event types

This commit is contained in:
Trenton Holmes 2022-03-30 10:10:36 -07:00
parent 19cf66be0f
commit 2666e70706

View File

@ -8,8 +8,6 @@ on:
branches-ignore:
- 'translations**'
pull_request:
# We do not need synchronize event, it is covered by on:push
types: [opened, reopened]
branches-ignore:
- 'translations**'