Skip to content

chore: improve MonkeyType logo CSS style #8

chore: improve MonkeyType logo CSS style

chore: improve MonkeyType logo CSS style #8

Workflow file for this run

name: Merge Branch To Deploy Branch
on:
push:
branches:
- master
jobs:
merge-branch:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Merge main -> zeabur-deploy
uses: devmasx/merge-branch@master
with:
type: now
target_branch: zeabur-deploy
message: Merge main into zeabur-deploy
github_token: ${{ secrets.GITHUB_TOKEN }}