Skip to content

Commit

Permalink
Merge branch 'main' of github.com:cdphmodeling/wnvca-2024
Browse files Browse the repository at this point in the history
  • Loading branch information
Chipdelmal committed Apr 24, 2024
2 parents b1edd38 + f1199ab commit a3e52a6
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/hub-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ run-name: Deploy to ${{ inputs.deploy_target }} by @${{ github.actor }}
on:
push:
branches: ['main']
paths: ['hub-config/**']
paths: ['hub-config/**', '!**README**']
pull_request:
branches: ['main']
paths: ['hub-config/**']
paths: ['hub-config/**', '!**README**']
workflow_dispatch:
jobs:
validate-hub-config:
Expand Down Expand Up @@ -44,4 +44,4 @@ jobs:
schema_version="from_config",
branch="main"
)
shell: Rscript {0}
shell: Rscript {0}
4 changes: 2 additions & 2 deletions .github/workflows/model-metadata.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ run-name: Deploy to ${{ inputs.deploy_target }} by @${{ github.actor }}
on:
push:
branches: ['main']
paths: ['model-metadata/**']
paths: ['model-metadata/**', '!**README**']
pull_request:
branches: ['main']
paths: ['model-metadata/**']
paths: ['model-metadata/**', '!**README**']
workflow_dispatch:
jobs:
validate-models-metadata:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/model-output-pull.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: model-output-pull
run-name: Deploy to ${{ inputs.deploy_target }} by @${{ github.actor }}
on:
push:
branches: ['main']
paths: ['model-output/**']
# push:
# branches: ['main']
# paths: ['model-output/**']
pull_request:
branches: ['main']
paths: ['model-output/**', '!**README**']
Expand Down

0 comments on commit a3e52a6

Please sign in to comment.