Skip to content

Commit 423f882

Browse files
authored
Feature/workflow pr (#15)
1 parent 5680a3b commit 423f882

File tree

4 files changed

+7
-108
lines changed

4 files changed

+7
-108
lines changed

.github/workflows/dotnet-ci.yaml

Lines changed: 0 additions & 27 deletions
This file was deleted.

.github/workflows/dotnet-merge-develop.yaml

Lines changed: 7 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,12 @@ run-name: Continuous Integration
44
on:
55
pull_request_target:
66
branches: ["develop"]
7-
types: [closed]
7+
types: [opened, closed]
8+
push:
9+
branches: ["feature/*"]
10+
paths:
11+
- "src/**"
12+
- "tests/**"
813

914
concurrency:
1015
group: ci-${{ github.workflow }}-${{ github.actor_id }}
@@ -13,15 +18,4 @@ concurrency:
1318
jobs:
1419
build_and_test:
1520
name: Build and Test
16-
uses: ./.github/workflows/wf-build-test.yaml
17-
18-
update_version:
19-
name: Update Version
20-
needs: build_and_test
21-
uses: ./.github/workflows/wf-update-version.yaml
22-
permissions:
23-
contents: write
24-
with:
25-
bumpVersion: 0.^.0
26-
userName: ${{ github.event.pull_request.user.login }}
27-
userEmail: ${{ github.event.pull_request.user.email }}
21+
uses: ./.github/workflows/wf-build-test.yaml

.github/workflows/dotnet-release.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,3 @@ jobs:
1717
push_package_to_nuget: ${{ github.event.release.prerelease == false }}
1818
secrets:
1919
nuget_api_key: ${{ secrets.NUGET_API_KEY_TEST }}
20-

.github/workflows/wf-temp.yaml

Lines changed: 0 additions & 67 deletions
This file was deleted.

0 commit comments

Comments
 (0)