Try different branch pattern in workflow
This commit is contained in:
parent
ea0d5a905e
commit
cdc63bd9a2
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue
Block a user