mirror of
https://github.com/apache/cordova-android.git
synced 2025-02-23 01:19:38 +08:00
chore(ci): Fix dependabot PR failures (#1750)
This commit is contained in:
parent
5a2c50d1ed
commit
1347e48d14
8
.github/workflows/ci.yml
vendored
8
.github/workflows/ci.yml
vendored
@ -17,7 +17,13 @@
|
|||||||
|
|
||||||
name: Node CI
|
name: Node CI
|
||||||
|
|
||||||
on: [push, pull_request]
|
on:
|
||||||
|
push:
|
||||||
|
branches-ignore:
|
||||||
|
- 'dependabot/**'
|
||||||
|
pull_request:
|
||||||
|
branches:
|
||||||
|
- '*'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
test:
|
test:
|
||||||
|
8
.github/workflows/release-audit.yml
vendored
8
.github/workflows/release-audit.yml
vendored
@ -17,7 +17,13 @@
|
|||||||
|
|
||||||
name: Release Auditing
|
name: Release Auditing
|
||||||
|
|
||||||
on: [push, pull_request]
|
on:
|
||||||
|
push:
|
||||||
|
branches-ignore:
|
||||||
|
- 'dependabot/**'
|
||||||
|
pull_request:
|
||||||
|
branches:
|
||||||
|
- '*'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
test:
|
test:
|
||||||
|
Loading…
Reference in New Issue
Block a user