Skip to content

Commit

Permalink
fix path checks for workflow runs
Browse files Browse the repository at this point in the history
  • Loading branch information
giohappy committed Jul 14, 2021
1 parent f104f6a commit 1adb35c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
# Triggers the workflow on push events but only for the master branch
push:
branches: [ master ]
paths: "./geonode_mapstore_client/client/**"
paths: "geonode_mapstore_client/client/**"

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
# Triggers the workflow pull request events but only for the master branch
pull_request:
branches: [ master ]
paths: "./geonode_mapstore_client/client/**"
paths: "geonode_mapstore_client/client/**"

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
Expand Down

0 comments on commit 1adb35c

Please sign in to comment.