Skip to content

Commit

Permalink
ignore client version.txt in build workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
giohappy committed Jul 15, 2021
1 parent 4fcaa36 commit 09e2f25
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,10 @@ 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/**"
paths-ignore:
- "geonode_mapstore_client/client/version.txt"

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ 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 09e2f25

Please sign in to comment.