Skip to content

Commit

Permalink
build.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
anatolse committed Sep 8, 2024
1 parent ccc4c8b commit a822089
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name: Build and Package .dapp

on:
push:
branches:
- mainnet
- workflow-test
pull_request:
branches:
- mainnet
- workflow-test

jobs:
build:
uses: BeamMW/dao-voting-app/.github/workflows/make-dapp.yaml@workflow-test
with:
manifest_name: 'Beam DEX'
manifest_description: 'AMM based decentralized exchange for Confidential Assets'
manifest_version_prefix: "1.0"
manifest_guid: 'db851322f6674a6da3e84e9953db2ffd'
dapp_name: 'dex-app'


0 comments on commit a822089

Please sign in to comment.