ci(analyze): don't run when pushed to repository (#920)

This commit is contained in:
Pun 2023-06-08 00:15:43 +07:00 committed by GitHub
parent 2e38a4567a
commit c24a3828be
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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