Skip to content

Commit

Permalink
Don't use paths-ignore with paths
Browse files Browse the repository at this point in the history
  • Loading branch information
hseok-oh committed Jul 29, 2024
1 parent 3481ac4 commit 951cad3
Showing 1 changed file with 9 additions and 10 deletions.
19 changes: 9 additions & 10 deletions .github/workflows/run-onert-android-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,19 +12,18 @@ on:
- 'Makefile.template'
- 'compute/**'
- 'infra/**'
- '!infra/debian/**'
- '!infra/docker/**'
- '!infra/doxygen/**''
- '!infra/git-hooks/**'
- '!infra/nncc/**'
- '!infra/onert-micro/**'
- '!infra/packaging/**'
- 'nnpackage/**'
- '!nnpackage/spec/**'
- 'runtime/**'
- 'tests/**'
paths-ignore:
- '**.md'
- 'infra/debian/**'
- 'infra/docker/**'
- 'infra/doxygen/**''
- 'infra/git-hooks/**'
- 'infra/nncc/**'
- 'infra/onert-micro/**'
- 'infra/packaging/**'
- 'nnpackage/spec/**'
- '!**.md'

defaults:
run:
Expand Down

0 comments on commit 951cad3

Please sign in to comment.