Skip to content

Commit cf6f27f

Browse files
committed
chore: ensures actions run when config is modded
Signed-off-by: Anthony D. Mays <[email protected]>
1 parent 8f7a7d9 commit cf6f27f

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

Diff for: .github/workflows/check_fullstack_demo_java_pr.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
pull_request:
55
branches: [ "main" ]
66
paths:
7+
- ".github/workflows/check_fullstack_demo_java_pr.yaml"
78
- "lib/java/fullstack_demo/**"
89

910
env:

Diff for: .github/workflows/check_fullstack_demo_ts_pr.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
pull_request:
55
branches: [ "main" ]
66
paths:
7+
- ".github/workflows/check_fullstack_demo_ts_pr.yaml"
78
- "lib/typescript/fullstack_demo/**"
89

910
jobs:

0 commit comments

Comments
 (0)