ci: ignore push event for dependabot

This commit is contained in:
Gauthier Roebroeck 2022-04-01 10:11:06 +08:00
parent 547f8a8746
commit 966c873c08

View file

@ -1,6 +1,10 @@
name: CI
on: [ pull_request, push ]
on:
pull_request:
push:
branches-ignore:
- 'dependabot/**'
jobs:
test: