Merge pull request #95 from getamis/ASL-5193/replace-mumbai-with-amoy #48
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
# Netlify will use env depends on branch | |
# basically, we want to keep develop and staging have same code | |
# but with different deployment setting | |
# | |
# Remember to delete pr branch after merging branch | |
# | |
name: 'auto-merge-develop-to-staging' | |
on: | |
push: | |
branches: | |
- develop | |
jobs: | |
forward-merge: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: NicholasBoll/[email protected] | |
with: | |
token: ${{secrets.GITHUB_TOKEN}} | |
branches: develop+staging |