mirror of
https://github.com/apache/cordova-android.git
synced 2025-02-22 08:53:24 +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
|
||||
|
||||
on: [push, pull_request]
|
||||
on:
|
||||
push:
|
||||
branches-ignore:
|
||||
- 'dependabot/**'
|
||||
pull_request:
|
||||
branches:
|
||||
- '*'
|
||||
|
||||
jobs:
|
||||
test:
|
||||
|
8
.github/workflows/release-audit.yml
vendored
8
.github/workflows/release-audit.yml
vendored
@ -17,7 +17,13 @@
|
||||
|
||||
name: Release Auditing
|
||||
|
||||
on: [push, pull_request]
|
||||
on:
|
||||
push:
|
||||
branches-ignore:
|
||||
- 'dependabot/**'
|
||||
pull_request:
|
||||
branches:
|
||||
- '*'
|
||||
|
||||
jobs:
|
||||
test:
|
||||
|
Loading…
Reference in New Issue
Block a user