Skip to content

Commit

Permalink
added to 42
Browse files Browse the repository at this point in the history
  • Loading branch information
Grant Zukel committed Jul 2, 2021
1 parent b3a670d commit a4992be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/042_devnet_on_merge_trigger_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
echo "VERSION=$VER" >> $GITHUB_ENV
- name: 042 DevNet Trigger Block Explorer Pipeline
if: ${{ github.ref == 'refs/heads/develop' }}
if: ${{ github.ref == 'refs/heads/feature/0.42' }}
uses: mvasigh/dispatch-action@main
with:
token: ${{ secrets.CHAINOPS_ACCESS_TOKEN }}
Expand Down

0 comments on commit a4992be

Please sign in to comment.