Skip to content

Commit 01768b3

Browse files
committed
godel build trigger when specified dir is changed
1 parent 3190763 commit 01768b3

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/godel_build.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,12 @@ name: GodelScript Build
22

33
on:
44
push:
5-
branches: [ main, lhk_dev ]
5+
paths:
6+
- godel-script/**
67
pull_request:
78
branches: [ main ]
9+
paths:
10+
- godel-script/**
811

912
jobs:
1013
mac-aarch64-build:

0 commit comments

Comments
 (0)