Skip to content

Commit aed6f67

Browse files
committed
adjust gh actions
1 parent 1a496c4 commit aed6f67

File tree

3 files changed

+4
-7
lines changed

3 files changed

+4
-7
lines changed

.github/workflows/ci-badges.yml renamed to .github/workflows/ci-main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
# This workflow will build a .NET project
22
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-net
33

4-
name: CI - Badges
4+
name: CI - Main
55
permissions:
66
contents: read
77
issues: read
88
checks: write
99
on:
1010
push:
11-
branches: [ "main","feature/*" ]
11+
branches: [ "main" ]
1212

1313
env:
1414
solutionPath: '${{ github.workspace }}/src/Dataverse.ConfigurationMigrationTool/Dataverse.ConfigurationMigrationTool.sln'

.github/workflows/ci-pipeline.yml renamed to .github/workflows/ci-pipeline-validation.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,13 @@
11
# This workflow will build a .NET project
22
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-net
33

4-
name: CI - Pipeline
4+
name: CI - Pipeline - Validation
55
permissions:
66
contents: read
77
issues: read
88
checks: write
99
pull-requests: write
1010
on:
11-
push:
12-
branches: [ "main" ]
1311
pull_request:
1412
branches: [ "main" ]
1513
env:

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
2-
1+
![.Net](https://img.shields.io/badge/.NET_8_SDK-5C2D91?style=for-the-badge&logoColor=white) ![badge](https://img.shields.io/endpoint?url=https://gist.githubusercontent.com/dotnetprog/aa1b559b3f614ea0719286f9e2972219/raw/code-coverage.json)
32
# Dataverse Configuration Migration Tool
43

54
This repository contains a custom .NET CLI tool designed to import configuration data into Microsoft Dataverse environments. It streamlines the migration of configuration data, supports schema validation, and offers extensibility for advanced scenarios.

0 commit comments

Comments
 (0)