Skip to content

Commit

Permalink
ci(analyze): restore run when commit push to dev branch
Browse files Browse the repository at this point in the history
  • Loading branch information
validcube authored Jul 16, 2023
1 parent d161d55 commit 4d6a57d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/analyze.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
name: Analyze Code

on:
push:
branches: [ "dev" ]
paths:
- "**.dart"
- ".github/workflows/analyze.yml"
pull_request:
branches: [ "main", "dev" ]
paths:
Expand Down

0 comments on commit 4d6a57d

Please sign in to comment.