Skip to content

Commit

Permalink
Merge pull request #1245 from TelegramBots/tuscen/ci-fix
Browse files Browse the repository at this point in the history
Change pipeline trigger rules to allow them to run on PRs
  • Loading branch information
tuscen authored Apr 30, 2023
2 parents 9dd3da5 + 36d7e1a commit d5010a4
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 9 deletions.
8 changes: 3 additions & 5 deletions .azure-pipelines/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,12 @@ trigger:
- gh-pages
paths:
exclude:
- ".github/"
- docs/
- '.github'
- docs
- README.md
- CHANGELOG.md
- CONTRIBUTING.md

pr: none

variables:
- template: variables.yml

Expand Down Expand Up @@ -75,7 +73,7 @@ stages:
inputs:
packageType: sdk
version: $(netSdkVersion)
- task: NuGetAuthenticate@0
- task: NuGetAuthenticate@1
displayName: 'NuGet Authenticate'
- task: NuGetCommand@2
displayName: Publish CI package to Azure artifacts
Expand Down
1 change: 0 additions & 1 deletion .azure-pipelines/full-integration-tests.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
trigger: none
pr: none

variables:
- template: variables.yml
Expand Down
1 change: 0 additions & 1 deletion .azure-pipelines/non-interactive-integration-tests.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
trigger: none
pr: none

variables:
- template: variables.yml
Expand Down
4 changes: 2 additions & 2 deletions .azure-pipelines/release-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ trigger:
- master
paths:
exclude:
- ".github/"
- docs/
- '.github'
- docs
- README.md
- CHANGELOG.md
- CONTRIBUTING.md
Expand Down

0 comments on commit d5010a4

Please sign in to comment.