Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
thelostone-mc committed Jun 19, 2024
1 parent 956abdc commit 47b876e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-maci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
echo "FLY_CONFIG=fly.maci.toml" >> $GITHUB_ENV
echo "GIT_SHA_SHORT=$(git rev-parse --short "$GITHUB_SHA")" >> $GITHUB_ENV
echo "FLY_APP_NAME=maci-indexer-v2" >> $GITHUB_ENV
if: ${{ github.ref == 'refs/heads/main' }}
if: ${{ github.ref == 'refs/heads/MACI' }}

- name: Build and test
run: |
Expand Down

0 comments on commit 47b876e

Please sign in to comment.