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 2e1dce1 commit fe2ee3eCopy full SHA for fe2ee3e
.github/workflows/build-publish-jenkins-image.yaml
@@ -23,6 +23,7 @@ jobs:
23
run: echo "JOB_START_TIME=$(date -u +"%d %B %A %Y %H:%M UTC")" >> $GITHUB_ENV
24
25
- name: Git config and create new tag
26
+ if: github.ref == 'refs/heads/main' # Run only on main branch
27
run: |
28
# Run bash script to get new tag
29
bash get_latest_version_create_tag.sh
0 commit comments