Skip to content

Commit

Permalink
Merge branch 'main' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
greatislander committed Feb 26, 2024
2 parents 630fb9f + 7db5176 commit ab9f5d8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/sync-content-changes.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
name: Ensure correct CMS branch
name: Sync content changes

on:
push:
branches:
- main

jobs:
ensure-cms-branch:
sync-content-changes:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Open pull request
run: gh pr create -B main -H dev --title 'Sync main branch into dev branch' --body ''
env:
Expand Down
2 changes: 1 addition & 1 deletion src/admin/config.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
backend:
name: git-gateway
branch: dev
branch: main
squash_merges: true
commit_messages:
create: 'chore(cms): create "{{path}}"'
Expand Down

0 comments on commit ab9f5d8

Please sign in to comment.