Skip to content

Commit

Permalink
Removed trigger so pipeline runs only when requested via API
Browse files Browse the repository at this point in the history
  • Loading branch information
svelderrainruiz committed Dec 5, 2024
1 parent e4afd89 commit 0cd5f8f
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
trigger:
branches:
include:
- main
- develop
- users/svelderrain/ci-cd # Use forward slashes for branch names
# Removed trigger so pipeline runs only when requested via API
# trigger:
# branches:
# include:
# - main
# - develop

name: $(Build.BuildID)

Expand Down

0 comments on commit 0cd5f8f

Please sign in to comment.