mirror of
https://github.com/revanced/revanced-manager.git
synced 2025-05-02 14:54:25 +02:00
ci(analyze): restore run when commit push to dev
branch
This commit is contained in:
parent
d161d55aaf
commit
4d6a57ddcf
5
.github/workflows/analyze.yml
vendored
5
.github/workflows/analyze.yml
vendored
@ -1,6 +1,11 @@
|
||||
name: Analyze Code
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [ "dev" ]
|
||||
paths:
|
||||
- "**.dart"
|
||||
- ".github/workflows/analyze.yml"
|
||||
pull_request:
|
||||
branches: [ "main", "dev" ]
|
||||
paths:
|
||||
|
Loading…
x
Reference in New Issue
Block a user