Try different branch pattern in workflow

This commit is contained in:
Peter Stuifzand 2021-05-29 21:07:32 +02:00
parent ea0d5a905e
commit cdc63bd9a2

View File

@ -8,7 +8,9 @@ on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
branches:
- master
- "dependabot/*"
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch: