fix branch ignore pattern

This commit is contained in:
Slawomir Jaranowski
2020-05-25 22:55:03 +02:00
parent 082d702c3a
commit 3fd7e6914e
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@ on:
pull_request:
push:
branches-ignore:
- 'dependabot/*'
- 'dependabot/**'
schedule:
- cron: '09 22 * * *'

View File

@ -3,7 +3,7 @@ on:
pull_request:
push:
branches-ignore:
- 'dependabot/*'
- 'dependabot/**'
schedule:
- cron: '22 22 * * 5'