mirror of
https://github.com/gotson/komga.git
synced 2025-12-27 02:46:04 +01:00
ci: ignore push event for dependabot
This commit is contained in:
parent
966c873c08
commit
3408f3d8ed
1 changed files with 5 additions and 1 deletions
|
|
@ -1,5 +1,9 @@
|
|||
name: "Validate Gradle Wrapper"
|
||||
on: [push, pull_request]
|
||||
on:
|
||||
pull_request:
|
||||
push:
|
||||
branches-ignore:
|
||||
- 'dependabot/**'
|
||||
|
||||
jobs:
|
||||
validation:
|
||||
|
|
|
|||
Loading…
Reference in a new issue