Skip to content

Commit

Permalink
Adding master to github action watcher
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesPino committed Mar 26, 2024
1 parent 2d0fb7d commit 43c7e6c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/memote.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ jobs:
echo "history=history_report.html" >> $GITHUB_ENV
echo "deployment=gh-pages" >> $GITHUB_ENV
echo "MEMOTE_LOCATION=results" >> $GITHUB_ENV
echo "MEMOTE_MODEL=prochlorococcus/prochlorococcus.xml" >> $GITHUB_ENV
echo "PYTHONPATH=$PYTHONPATH:concerto_path" >> $GITHUB_ENV
Expand All @@ -43,7 +44,7 @@ jobs:
git config --global user.name "${GITHUB_ACTOR}"
git checkout gh-pages
git checkout ${{ github.ref_name }}
memote run --skip-unchanged False
memote run
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Expand Down

0 comments on commit 43c7e6c

Please sign in to comment.