Skip to content

Commit

Permalink
update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
npmenard committed Sep 20, 2023
1 parent e36e3c0 commit 443ac77
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,4 @@ jobs:
files: |
micro-rdk-esp32-server.bin
sha256sums.txt
prerelease: steps.check-tag.outputs.match
prerelease: ${{ steps.check-tag.outputs.match }}
12 changes: 6 additions & 6 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,16 +42,16 @@ jobs:
with:
filters: |
src-esp32:
- 'src/esp32/**'
- 'src/esp3233/**'
src-common:
- 'src/common/**'
- 'src/gen/**'
- 'src/common33/**'
- 'src/ge33n/**'
src-native:
- 'src/native/**'
- 'src/native33/**'
src-examples:
- 'examples/**'
- 'examples33/**'
src-cli:
- 'micro-rdk-installer/**'
- 'micro-rdk-installer33/**'
build_cli:
needs: changes
Expand Down

0 comments on commit 443ac77

Please sign in to comment.