Skip to content

Commit

Permalink
fix deploy on file change CI
Browse files Browse the repository at this point in the history
  • Loading branch information
paulzierep committed Mar 1, 2024
1 parent a8a9060 commit 8fe3173
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/filter_communities.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
push:
paths:
- 'results/all_tools.tsv'
branches: ["main"]

# Allow only one concurrent deployment, skipping runs queued between the run in-progress and latest queued.
# However, do NOT cancel in-progress runs as we want to allow these production deployments to complete.
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@ on:
# the workflow is triggered when any of the results are changed
push:
paths:
# - 'results/**'
- 'results/test.list_tools.tsv'
- 'results/**'
branches: ["main"]

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

0 comments on commit 8fe3173

Please sign in to comment.