ci: binder workflow only runs for push to master.

This commit is contained in:
Fabian Joswig 2022-11-16 10:44:39 +00:00
parent c0e3c433d0
commit b8da9eaaa0
No known key found for this signature in database

View file

@ -2,7 +2,7 @@ name: binder
on:
push:
branches:
- develop
- master
jobs:
Create-MyBinderOrg-Cache: