Skip to content

Commit

Permalink
Update build_code.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rdmark authored Jan 18, 2024
1 parent 47fd3e6 commit f3e4ca3
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/build_code.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,20 @@ on:
- 'cpp/**'
- '.github/workflows/build_code.yml'
- '.github/workflows/arm_cross_compile.yml'
branches:
- 'develop'
- 'main'
pull_request:
paths:
- 'cpp/**'
- '.github/workflows/build_code.yml'
- '.github/workflows/arm_cross_compile.yml'
types:
- opened
- synchronize
branches:
- 'develop'
- 'main'

jobs:
fullspec:
Expand Down

0 comments on commit f3e4ca3

Please sign in to comment.