Skip to content

Commit

Permalink
only run azure pipeline if a meta.yaml was added
Browse files Browse the repository at this point in the history
  • Loading branch information
baszalmstra committed Jul 16, 2024
1 parent 73be074 commit 13304ef
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,13 @@ trigger:

# Still allow PR builds to run against main
pr:
- main
branches:
include:
- main
paths:
include:
# Only run the pipelines if a meta.yaml recipe was modified.
- recipes/*/meta.yaml

jobs:
- template: ./.azure-pipelines/azure-pipelines-linux.yml
Expand Down

0 comments on commit 13304ef

Please sign in to comment.