Skip to content

Commit 1b563b1

Browse files
committed
fix: dojoc workflow to run on dojo.c changes
1 parent e112522 commit 1b563b1

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/dojoc.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,13 @@ name: Generate DojoC Artifacts
22

33
on:
44
push:
5+
paths:
6+
- 'Bindings/dojo.c/**' # Trigger only on changes within the dojo.c submodule
7+
pull_request:
58
branches:
6-
- main # Adjust branch name if needed
9+
- main # Or specify other target branches for PRs
10+
paths:
11+
- 'Bindings/dojo.c/**' # Trigger only on changes within the dojo.c submodule
712
workflow_dispatch: # Allows manual triggering
813

914
env:

0 commit comments

Comments
 (0)