mirror of
https://github.com/tabler/tabler.git
synced 2025-12-21 17:34:25 +04:00
Only run lockfile check on pull requests. Push events are unsupported
This commit is contained in:
4
.github/workflows/lockfiles.yaml
vendored
4
.github/workflows/lockfiles.yaml
vendored
@@ -1,10 +1,6 @@
|
|||||||
name: Changed lock files
|
name: Changed lock files
|
||||||
on:
|
on:
|
||||||
pull_request: null
|
pull_request: null
|
||||||
push:
|
|
||||||
branches:
|
|
||||||
- main
|
|
||||||
- dev
|
|
||||||
|
|
||||||
permissions:
|
permissions:
|
||||||
pull-requests: read
|
pull-requests: read
|
||||||
|
|||||||
Reference in New Issue
Block a user