mirror of
https://github.com/Fishwaldo/mouthpiece.git
synced 2025-03-15 11:31:32 +00:00
Dont do push builds for dependabot branches
This commit is contained in:
parent
7140a274fb
commit
a47e4bca67
1 changed files with 2 additions and 0 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -1,5 +1,7 @@
|
|||
on:
|
||||
push:
|
||||
branches-ignore:
|
||||
- 'dependabot/*'
|
||||
pull_request:
|
||||
|
||||
name: Build
|
||||
|
|
Loading…
Add table
Reference in a new issue