chore: improve MonkeyType logo CSS style #8
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 }} |