mirror of
https://github.com/gotson/komga.git
synced 2026-05-09 05:10:19 +02:00
ci: ignore push event for dependabot
This commit is contained in:
parent
547f8a8746
commit
966c873c08
1 changed files with 5 additions and 1 deletions
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
|
|
@ -1,6 +1,10 @@
|
|||
name: CI
|
||||
|
||||
on: [ pull_request, push ]
|
||||
on:
|
||||
pull_request:
|
||||
push:
|
||||
branches-ignore:
|
||||
- 'dependabot/**'
|
||||
|
||||
jobs:
|
||||
test:
|
||||
|
|
|
|||
Loading…
Reference in a new issue