Skip to content

Commit

Permalink
Merge pull request #42 from tangram-orchestre/merge-back-master
Browse files Browse the repository at this point in the history
Merge back master to develop
  • Loading branch information
lvaroqui authored Feb 16, 2025
2 parents c8a28df + 3fbd549 commit 7ef2b2b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/auto-pr-deploy-develop-to-master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ on:
- develop

jobs:
deploy-develop:
auto-pr-deploy-develop-to-master:
name: Create Deploy develop to master pull request
runs-on: ubuntu-latest
permissions:
contents: write
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/auto-pr-merge-back-master-to-develop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ on:
- master

jobs:
deploy-develop:
create-pr-merge-back-master-to-develop:
name: Create Merge back master to develop pull request
runs-on: ubuntu-latest
permissions:
contents: write
Expand Down Expand Up @@ -34,7 +35,6 @@ jobs:
uses: peter-evans/create-pull-request@v7
with:
branch: merge-back-master
draft: always-true
title: Merge back master to develop

- name: Enable Pull Request Automerge
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ jobs:
- name: Detect Changes
id: changes
uses: ./.github/actions/detect-changes
with:
ref_branch: ${{ env.MARKER_BRANCH }}

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
Expand Down

0 comments on commit 7ef2b2b

Please sign in to comment.