Add new TF.MARS asset info and change IBC.MARS logo (#490) #408
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: Trigger Astroport Dapp Build | |
on: | |
push: | |
branches: | |
- main | |
jobs: | |
trigger-build: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Trigger Main Build | |
uses: fjogeleit/http-request-action@v1 | |
with: | |
url: ${{ secrets.MAIN_BUILD_URL }} | |
method: GET |