Skip to content

Commit ebceeb4

Browse files
committed
fix: adds trigger filter for quickstart workflows
1 parent 3cb89e9 commit ebceeb4

7 files changed

+14
-1
lines changed

.github/workflows/get-started-dart.yml

+2
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,12 @@ on:
77
- regen/clients-**
88
paths:
99
- 'get-started/quickstart/dart/**'
10+
- '.github/workflows/**'
1011
pull_request:
1112
branches: [ main ]
1213
paths:
1314
- 'get-started/quickstart/dart/**'
15+
- '.github/workflows/**'
1416

1517
jobs:
1618
build-quickstart-dart:

.github/workflows/get-started-dotnet.yml

+2
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ on:
1111
- 'get-started/dotnet-dependency-injection/**'
1212
- 'get-started/quickstart/dotnet/**'
1313
- 'get-started/quickstart/cli/**'
14+
- '.github/workflows/**'
1415
pull_request:
1516
branches: [ main ]
1617
paths:
@@ -19,6 +20,7 @@ on:
1920
- 'get-started/dotnet-dependency-injection/**'
2021
- 'get-started/quickstart/dotnet/**'
2122
- 'get-started/quickstart/cli/**'
23+
- '.github/workflows/**'
2224

2325
jobs:
2426
build-azure-dotnet:

.github/workflows/get-started-java.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,13 @@ on:
88
paths:
99
- 'get-started/azure-auth/java/**'
1010
- 'get-started/quickstart/java/**'
11+
- '.github/workflows/**'
1112
pull_request:
1213
branches: [ main ]
1314
paths:
1415
- 'get-started/azure-auth/java/**'
1516
- 'get-started/quickstart/java/**'
16-
- '.github/**'
17+
- '.github/workflows/**'
1718
workflow_dispatch:
1819

1920
jobs:

.github/workflows/get-started-php.yml

+2
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,13 @@ on:
88
paths:
99
- 'get-started/azure-auth/php/**'
1010
- 'get-started/quickstart/php/**'
11+
- '.github/workflows/**'
1112
pull_request:
1213
branches: [ main ]
1314
paths:
1415
- 'get-started/azure-auth/php/**'
1516
- 'get-started/quickstart/php/**'
17+
- '.github/workflows/**'
1618

1719
jobs:
1820
build-azure:

.github/workflows/get-started-python.yml

+2
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,13 @@ on:
88
paths:
99
- 'get-started/azure-auth/python/**'
1010
- 'get-started/quickstart/python/**'
11+
- '.github/workflows/**'
1112
pull_request:
1213
branches: [ main ]
1314
paths:
1415
- 'get-started/azure-auth/python/**'
1516
- 'get-started/quickstart/python/**'
17+
- '.github/workflows/**'
1618

1719
jobs:
1820
build-azure:

.github/workflows/get-started-ruby.yml

+2
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,12 @@ on:
77
- regen/clients-**
88
paths:
99
- 'get-started/azure-auth/ruby/**'
10+
- '.github/workflows/**'
1011
pull_request:
1112
branches: [ main ]
1213
paths:
1314
- 'get-started/azure-auth/ruby/**'
15+
- '.github/workflows/**'
1416

1517
jobs:
1618
build-azure:

.github/workflows/get-started-typescript.yml

+2
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,13 @@ on:
88
paths:
99
- 'get-started/azure-auth/typescript/**'
1010
- 'get-started/quickstart/typescript/**'
11+
- '.github/workflows/**'
1112
pull_request:
1213
branches: [ main ]
1314
paths:
1415
- 'get-started/azure-auth/typescript/**'
1516
- 'get-started/quickstart/typescript/**'
17+
- '.github/workflows/**'
1618

1719
jobs:
1820
build-azure:

0 commit comments

Comments
 (0)