Skip to content
This repository has been archived by the owner on Aug 29, 2023. It is now read-only.

Commit

Permalink
Merge pull request #175 from protocol/disable-3rd-party-check-for-con…
Browse files Browse the repository at this point in the history
…fig-changes

disable 3rd-party-check workflow when adding new repositories
  • Loading branch information
marten-seemann authored Oct 7, 2021
2 parents bbfcacd + 8f04634 commit a4985c3
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/check-3rd-party.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
on: [ pull_request ]
on:
pull_request:
paths-ignore:
- 'config.json'
- 'config-testing.json'

name: Check 3rd Party

Expand Down

0 comments on commit a4985c3

Please sign in to comment.