diff --git a/.github/workflows/make_html_from_notebook.yml b/.github/workflows/make_html_from_notebook.yml index 64d38a7..61abc3a 100644 --- a/.github/workflows/make_html_from_notebook.yml +++ b/.github/workflows/make_html_from_notebook.yml @@ -4,14 +4,13 @@ on: #push: # paths: "**.ipynb" # Trigger on PRs that change the notebooks in some way - #pull_request: - #branches: [main] - #paths: "**.ipynb" - pull_request_review: - types: [submitted] + pull_request: + branches: [main] + paths: "**.ipynb" + #pull_request_review: + #types: [submitted] jobs: approved: - if: github.event.review.state == 'APPROVED' runs-on: ubuntu-latest steps: - run: echo "This PR was approved" diff --git a/TimeSeriesAnalysisRrLyraeStar/TimeSeriesAnalysisOfRrLyraeStar.ipynb b/TimeSeriesAnalysisRrLyraeStar/TimeSeriesAnalysisOfRrLyraeStar.ipynb index ef6315b..e231e42 100644 --- a/TimeSeriesAnalysisRrLyraeStar/TimeSeriesAnalysisOfRrLyraeStar.ipynb +++ b/TimeSeriesAnalysisRrLyraeStar/TimeSeriesAnalysisOfRrLyraeStar.ipynb @@ -11,7 +11,7 @@ "outputs": [], "source": [ "__author__ = 'Robert Nikutta , Astro Data Lab Team '\n", - "__version__ = '20240606' # yyyymmdd\n", + "__version__ = '202406067' # yyyymmdd\n", "__datasets__ = ['smash_dr2']\n", "__keywords__ = ['science example', 'lightcurve', 'time-series', 'Lomb-Scargle', 'period', 'vospace:copy', 'RRLyrae']" ]