Merge pull request #24 from traderjoe-xyz/update-circulating #6
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: Back merge main to fuji | |
on: | |
push: | |
branches: | |
- 'main' | |
jobs: | |
back_merge: | |
runs-on: ubuntu-latest | |
name: Back merge main to fuji | |
steps: | |
- uses: actions/checkout@master | |
- name: Merge main -> fuji | |
uses: devmasx/merge-branch@master | |
with: | |
type: now | |
from_branch: main | |
target_branch: fuji | |
github_token: ${{ secrets.GITHUB_TOKEN }} |