Update the Julia version information in README #82
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Trigger a build on binder, so the build is always up to date | |
# with the targeted state and users don't have to wait. | |
name: 'Trigger Binder build' | |
on: | |
push: | |
branches: | |
# Only trigger on master branch | |
- master | |
jobs: | |
trigger-binder-build: | |
runs-on: [ubuntu-latest] | |
steps: | |
- name: Trigger build on mybinder.org | |
uses: s-weigand/trigger-mybinder-build@v1 | |
with: | |
target-repo: GenericMappingTools/try-gmt/master |