File tree Expand file tree Collapse file tree 4 files changed +7
-108
lines changed Expand file tree Collapse file tree 4 files changed +7
-108
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -4,7 +4,12 @@ run-name: Continuous Integration
44on :
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
914concurrency :
1015 group : ci-${{ github.workflow }}-${{ github.actor_id }}
@@ -13,15 +18,4 @@ concurrency:
1318jobs :
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
Original file line number Diff line number Diff line change 1717 push_package_to_nuget : ${{ github.event.release.prerelease == false }}
1818 secrets :
1919 nuget_api_key : ${{ secrets.NUGET_API_KEY_TEST }}
20-
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments