mirror of
https://github.com/ReVanced/revanced-manager.git
synced 2024-11-10 09:07:47 +01:00
ci(analyze): don't run when pushed to repository (#920)
This commit is contained in:
parent
2e38a4567a
commit
c24a3828be
1 changed files with 0 additions and 5 deletions
5
.github/workflows/analyze.yml
vendored
5
.github/workflows/analyze.yml
vendored
|
@ -1,11 +1,6 @@
|
||||||
name: Analyze Code
|
name: Analyze Code
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
|
||||||
branches: [ "main", "dev" ]
|
|
||||||
paths:
|
|
||||||
- "**.dart"
|
|
||||||
- ".github/workflows/analyze.yml"
|
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: [ "main", "dev" ]
|
branches: [ "main", "dev" ]
|
||||||
paths:
|
paths:
|
||||||
|
|
Loading…
Reference in a new issue