Skip to content

Commit

Permalink
Stop duplicate builds from Branch and PR triggers
Browse files Browse the repository at this point in the history
  • Loading branch information
RehanSaeed committed Jul 23, 2020
1 parent 198a647 commit 08fbdc6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: Build

on:
push:
branches: master
pull_request:
release:
types:
Expand Down
6 changes: 5 additions & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,14 @@
trigger:
branches:
include:
- '*'
- 'master'
tags:
include:
- '*'
pr:
branches:
include:
- '*'

variables:
# Disable the .NET logo in the console output.
Expand Down

0 comments on commit 08fbdc6

Please sign in to comment.