Skip to content

Commit

Permalink
changed workflow to pull data on push or PR to main
Browse files Browse the repository at this point in the history
  • Loading branch information
andybeet committed Sep 25, 2024
1 parent 73259b9 commit 7e8c796
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .github/workflows/stocksmartapi.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
name: pull and process data from stocksmart website

on:
push:
branches:
- main
pull_request:
branches:
- main
schedule:
# uses UTC/GMT time (+ 5 hrs)
## put on HOLD until stockSMART have finished the reorganization
Expand Down
2 changes: 1 addition & 1 deletion pkgdown/_pkgdown.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
url: https://noaa-edab.github.io/assessmentdata/
url: https://noaa-edab.github.io/stocksmart/

template:
bootstrap: 5
Expand Down

0 comments on commit 7e8c796

Please sign in to comment.