We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5faa1b commit d76f655Copy full SHA for d76f655
1 file changed
.github/workflows/internalArticatory.yml
@@ -6,8 +6,6 @@ env:
6
ARTIFACTORY_URL: ${{ secrets.ARTIFACTORY_URL }}
7
8
on:
9
- push:
10
- branches: [ 'develop', 'jenkins' ]
11
workflow_dispatch:
12
jobs:
13
build-and-deploy-artifactory:
@@ -45,7 +43,7 @@ jobs:
45
43
echo "updated_version=$current_version" >> $GITHUB_OUTPUT
46
44
- name: Bump version if needed
47
id: bump-version
48
- if: ${{ github.ref == 'refs/heads/develop' || github.ref == 'refs/heads/jenkins' }}
+ # if: ${{ github.ref == 'refs/heads/develop' || github.ref == 'refs/heads/jenkins' }}
49
run: |
50
current_version="${{ steps.read-revision.outputs.revision }}"
51
if [[ $current_version != *-SNAPSHOT ]]; then
0 commit comments