mirror of
https://github.com/revanced/revanced-manager
synced 2024-05-14 13:56:57 +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…
Reference in New Issue
Block a user