We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e1e888 commit cfaab80Copy full SHA for cfaab80
azure-pipelines.yml
@@ -14,6 +14,24 @@
14
# limitations under the License.
15
#===============================================================================
16
17
+trigger:
18
+ branches:
19
+ include:
20
+ - main
21
+ paths:
22
+ exclude:
23
+ - docs/
24
+ - .github/pull_request_template.md
25
+
26
+pr:
27
28
29
30
31
32
33
34
35
jobs:
36
- job: Lint
37
pool:
0 commit comments