Skip to content

Commit

Permalink
updated workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ygit committed Sep 14, 2023
1 parent 17b22e1 commit bb6daef
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/analyze.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,19 @@ name: 🧐 Analyze
permissions: write-all

on:
push:
branches:
- main
- develop
pull_request:
types:
- opened
- reopened
- synchronize
- ready_for_review
branches:
- 'develop'
- main
- develop
paths-ignore:
- '**.md'
- 'doc/**'
Expand Down

0 comments on commit bb6daef

Please sign in to comment.