Skip to content

Commit 771ac61

Browse files
authored
Fix build configuration
1 parent 905338d commit 771ac61

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/google_api_availability.yaml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,12 @@ name: google_api_availability
77
on:
88
push:
99
branches: [ main ]
10+
paths:
11+
- 'google_api_availability/**'
1012
pull_request:
1113
branches: [ main ]
14+
paths:
15+
- 'google_api_availability/**'
1216

1317
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
1418
jobs:
@@ -17,8 +21,8 @@ jobs:
1721
# The type of runner that the job will run on
1822
runs-on: macos-latest
1923
env:
20-
source-directory: ./
21-
example-directory: ./example
24+
source-directory: ./google_api_availability
25+
example-directory: ./google_api_availability/example
2226

2327
# Steps represent a sequence of tasks that will be executed as part of the job
2428
steps:

0 commit comments

Comments
 (0)