Skip to content

Commit

Permalink
add paths
Browse files Browse the repository at this point in the history
  • Loading branch information
terasakisatoshi committed May 6, 2024
1 parent 83fee63 commit 91ec8a8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/cxxwrap1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ on:
- main
tags: ['*']
pull_request:
paths:
- "./cxxwrap1/*"
workflow_dispatch:

defaults:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/hello.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ on:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
paths:
- "./hello"

env:
# Customize the CMake build type here (Release, Debug, RelWithDebInfo, etc.)
Expand Down

0 comments on commit 91ec8a8

Please sign in to comment.