Skip to content

Commit

Permalink
Update deploy.yml (#115)
Browse files Browse the repository at this point in the history
Don't trigger l15-dev network rollouts.
  • Loading branch information
mxmar committed Nov 29, 2021
1 parent 1a6ca8a commit c77d7c1
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build and deploy
name: Build and release develop

on:
push:
Expand Down Expand Up @@ -69,11 +69,3 @@ jobs:
./build/bin/pandora-*
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Repository Dispatch
uses: peter-evans/repository-dispatch@v1
with:
token: ${{ secrets.GH_DISPATCH_TOKEN }}
repository: lukso-network/network-helm-charts
event-type: upgrade_dev
client-payload: '{"repository": "PANDORA", "tag": "v0.1.0-develop"}'

0 comments on commit c77d7c1

Please sign in to comment.