Skip to content

Commit

Permalink
chore: ensures actions run when config is modded
Browse files Browse the repository at this point in the history
Signed-off-by: Anthony D. Mays <[email protected]>
  • Loading branch information
anthonydmays committed Dec 14, 2024
1 parent 8f7a7d9 commit cf6f27f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/check_fullstack_demo_java_pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
pull_request:
branches: [ "main" ]
paths:
- ".github/workflows/check_fullstack_demo_java_pr.yaml"
- "lib/java/fullstack_demo/**"

env:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/check_fullstack_demo_ts_pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
pull_request:
branches: [ "main" ]
paths:
- ".github/workflows/check_fullstack_demo_ts_pr.yaml"
- "lib/typescript/fullstack_demo/**"

jobs:
Expand Down

0 comments on commit cf6f27f

Please sign in to comment.