[CI] Ignore dependabot/* branch pushes, build PRs only

This commit is contained in:
Kamil Kokot 2020-12-17 10:15:51 +01:00
parent 9e1c574df5
commit eee826f350
No known key found for this signature in database
GPG key ID: 7BD76F7054D93C89

View file

@ -2,6 +2,8 @@ name: Application
on:
push:
branches-ignore:
- 'dependabot/**'
paths-ignore:
- "docs/**"
- "*.md"