Skip to content

Commit

Permalink
Only allow manual trigger for updating BEA data
Browse files Browse the repository at this point in the history
  • Loading branch information
MoLi7 committed Jul 27, 2022
1 parent 3288cf5 commit 86ee374
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions .github/workflows/save-BEA-data.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,18 @@
name: Save BEA Data

on:
push:
branches:
- 'updateIO'
paths-ignore:
- '**.md' # prevent md files (e.g., README.md) in any repo dir from trigering workflow
- '**.bib'
- '**.ya?ml' # captures both .yml and .yaml
- '**.png'
# - '**.Rmd'
- 'LICENSE'
- '.gitignore'
- '.gitattributes'
# push:
# branches:
# - 'updateIO'
# paths-ignore:
# - '**.md' # prevent md files (e.g., README.md) in any repo dir from trigering workflow
# - '**.bib'
# - '**.ya?ml' # captures both .yml and .yaml
# - '**.png'
# # - '**.Rmd'
# - 'LICENSE'
# - '.gitignore'
# - '.gitattributes'
# pull_request:
# branches: [master, dev]
# paths-ignore:
Expand All @@ -26,7 +26,7 @@ on:
# - 'LICENSE'
# - '.gitignore'
# - '.gitattributes'
workflow_dispatch: # also allow manual trigger, for testing purposes
workflow_dispatch: # allow manual trigger

jobs:
save-BEA-data:
Expand Down

0 comments on commit 86ee374

Please sign in to comment.