We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 905338d commit 771ac61Copy full SHA for 771ac61
.github/workflows/google_api_availability.yaml
@@ -7,8 +7,12 @@ name: google_api_availability
7
on:
8
push:
9
branches: [ main ]
10
+ paths:
11
+ - 'google_api_availability/**'
12
pull_request:
13
14
15
16
17
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
18
jobs:
@@ -17,8 +21,8 @@ jobs:
21
# The type of runner that the job will run on
22
runs-on: macos-latest
19
23
env:
20
- source-directory: ./
- example-directory: ./example
24
+ source-directory: ./google_api_availability
25
+ example-directory: ./google_api_availability/example
26
27
# Steps represent a sequence of tasks that will be executed as part of the job
28
steps:
0 commit comments