Skip to content

Commit

Permalink
azure-pipelines.yml: Add a trigger for pull requests
Browse files Browse the repository at this point in the history
  • Loading branch information
inikep committed Jan 20, 2025
1 parent 2b13946 commit 632492d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
pr:
branches:
include:
- '*'
paths:
exclude:
- doc

jobs:
- job:
timeoutInMinutes: 240
Expand Down

0 comments on commit 632492d

Please sign in to comment.