Skip to content

Commit 690ce83

Browse files
committed
ci: fix nested workflow calls not working
1 parent 5a2c82c commit 690ce83

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
name: ci
22

33
on:
4+
workflow_call:
5+
workflow_dispatch:
46
pull_request:
57
paths-ignore:
68
- ".github/**"
79
- "docs/**"
810
- "README.md"
911

10-
workflow_dispatch:
11-
1212
concurrency:
1313
# Support push/pr as event types with different behaviors each:
1414
# 1. push: queue up builds

0 commit comments

Comments
 (0)