Skip to content

Commit

Permalink
Added GH actions workflow for binder
Browse files Browse the repository at this point in the history
Signed-off-by: Kharude, Sachin <sachin.kharude@here.com>
  • Loading branch information
Kharude, Sachin committed Feb 23, 2021
1 parent a324adc commit 486b75d
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/binder.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: Binder build
on:
push:
branches:
- master

jobs:
trigger-binder-build:
runs-on: ubuntu-latest
steps:
- uses: s-weigand/trigger-mybinder-build@v1
with:
target-repo: heremaps/xyz-spaces-python
debug: true

0 comments on commit 486b75d

Please sign in to comment.