ci(analyze): restore run when commit push to dev branch

This commit is contained in:
Pun 2023-07-16 16:17:15 +07:00 committed by GitHub
parent d161d55aaf
commit 4d6a57ddcf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,11 @@
name: Analyze Code
on:
push:
branches: [ "dev" ]
paths:
- "**.dart"
- ".github/workflows/analyze.yml"
pull_request:
branches: [ "main", "dev" ]
paths: