diff --git a/.github/workflows/filter_communities.yaml b/.github/workflows/filter_communities.yaml index 97b6fc3d..67b66d55 100644 --- a/.github/workflows/filter_communities.yaml +++ b/.github/workflows/filter_communities.yaml @@ -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. diff --git a/.github/workflows/static.yml b/.github/workflows/static.yml index ca027937..0ecdbaf4 100644 --- a/.github/workflows/static.yml +++ b/.github/workflows/static.yml @@ -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