Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 25dd48b

Browse files
author
Jacek Gębal
committed
Reverting unneeded changes for PR builds
1 parent af0ec15 commit 25dd48b

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

.github/workflows/build.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,6 @@ on:
66
branches: [ develop ]
77

88
workflow_dispatch:
9-
inputs:
10-
pr_number:
11-
description: Pull request number (optional)
12-
required: false
139

1410
concurrency: ${{github.ref}}
1511
defaults:
@@ -224,7 +220,6 @@ jobs:
224220

225221
- name: Push version update to repository
226222
id: push-version-number-update
227-
if: ${{ github.event_name != 'pull_request' }}
228223
run: |
229224
git add sonar-project.properties VERSION BUILD_NO source/* docs/*
230225
git commit -m 'Updated project version after build [skip ci]'

0 commit comments

Comments
 (0)