Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FEATURE] Avoid triggering the tests when there is a change in markdown files #1451

Closed
miguelgfierro opened this issue Jun 16, 2021 · 2 comments
Labels
enhancement New feature or request

Comments

@miguelgfierro
Copy link
Collaborator

Description

Expected behavior with the suggested feature

Other Comments

@miguelgfierro miguelgfierro added the enhancement New feature or request label Jun 16, 2021
@miguelgfierro
Copy link
Collaborator Author

trigger:
  branches:
    include:
    - main
    - staging
  paths:
    exclude:
    - '*.md'

not working

@miguelgfierro
Copy link
Collaborator Author

with:

trigger:
  branches:
    include:
    - main
    - staging
  paths:
    exclude:
    - 'README.md'

and I modify a readme file that is not in the root, the builds are triggered:
https://dev.azure.com/best-practices/recommenders/_build/results?buildId=48403&view=results

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant