Skip to content

Commit 5768a3a

Browse files
authored
Restrict binder badge to PR open event
1 parent 3999cc0 commit 5768a3a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/binder-on-pr.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# Reference https://mybinder.readthedocs.io/en/latest/howto/gh-actions-badges.html
22
name: Binder Badge
3-
on: [pull_request_target]
3+
on:
4+
pull_request_target:
5+
types: [opened]
46

57
jobs:
68
binder:

0 commit comments

Comments
 (0)