Skip to content

Commit bdcf30e

Browse files
committed
fix(ci): build not triggering on forked prs
Related to the ci build configuration issues from the React Bootstrap and React Overlays repos.
1 parent 1454085 commit bdcf30e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-examples.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: Test Examples
2-
on: [push]
2+
on: [push, pull_request]
33
jobs:
44
test-example:
55
name: Test Example

0 commit comments

Comments
 (0)