Skip to content

Commit

Permalink
BACKLOG-22114: Fix workflow trigger (#1703)
Browse files Browse the repository at this point in the history
  • Loading branch information
rknj authored Jan 4, 2024
1 parent d0768fe commit 14d9088
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/on-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
push:
branches:
- 'master'
- '/[0-9]_[0-9]_[Xx]/'
- '[0-9]_[0-9]_[Xx]'
tags-ignore:
- '**'

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/on-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
NEXUS_INTERNAL_URL: https://devtools.jahia.com/nexus/content/groups/internal/
with:
github_slug: Jahia/content-editor
primary_release_branch: master
primary_release_branch: 4_5_X
release_id: ${{ github.event.release.id }}
release_version: ${{ github.event.release.tag_name }}
github_api_token: ${{ secrets.GH_API_TOKEN }}
Expand Down

0 comments on commit 14d9088

Please sign in to comment.