Skip to content

Commit

Permalink
Merge pull request #1 from ni/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
svelderrainruiz authored Dec 11, 2024
2 parents 040f454 + d9bb005 commit b2bec20
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 98 deletions.
85 changes: 0 additions & 85 deletions .github/workflows/Run unit tests and build.yml

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/trigger-azure-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
jobs:
trigger-azure-pipeline:
runs-on: ubuntu-latest
if: contains(github.event.pull_request.base.ref, 'main')
if: contains(github.event.pull_request.base.ref, 'develop')
steps:
- name: Check if authorized to run tests
id: check
Expand Down
18 changes: 6 additions & 12 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,9 @@
trigger:
branches:
include:
- develop # or whatever branch you'd like to build on push

pr:
branches:
include:
- develop # the branch into which PRs are made
forks:
enabled: true
allowSecrets: false
# Removed trigger so pipeline runs only when requested via API
# trigger:
# branches:
# include:
# - main
# - develop

name: $(Build.BuildID)

Expand Down

0 comments on commit b2bec20

Please sign in to comment.