Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af0ec15 commit 25dd48bCopy full SHA for 25dd48b
1 file changed
.github/workflows/build.yml
@@ -6,10 +6,6 @@ on:
6
branches: [ develop ]
7
8
workflow_dispatch:
9
- inputs:
10
- pr_number:
11
- description: Pull request number (optional)
12
- required: false
13
14
concurrency: ${{github.ref}}
15
defaults:
@@ -224,7 +220,6 @@ jobs:
224
220
225
221
- name: Push version update to repository
226
222
id: push-version-number-update
227
- if: ${{ github.event_name != 'pull_request' }}
228
223
run: |
229
git add sonar-project.properties VERSION BUILD_NO source/* docs/*
230
git commit -m 'Updated project version after build [skip ci]'
0 commit comments