Skip to content

Commit d88ad03

Browse files
committed
Temporarily let ci.yml run on "run-ci" branches' pull_request
So far, the forthcoming experiment using `dynamic-uses` has been the only need to for this. So my plan is not to propose this change upstream, but only to use it for that experiment, at least for now.
1 parent b6d2785 commit d88ad03

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ on:
1111
pull_request:
1212
branches:
1313
- main
14+
- 'run-ci/**' # FIXME: Remove after testing.
15+
- '**/run-ci/**' # FIXME: Remove after testing.
1416
workflow_dispatch:
1517

1618
permissions:

0 commit comments

Comments
 (0)