Skip to content

Commit

Permalink
cw deps & artifact compile
Browse files Browse the repository at this point in the history
  • Loading branch information
Reecepbcups committed Mar 12, 2024
1 parent 84fcfa5 commit 1fecbed
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: check dependencies
name: cw check dependencies

on:
schedule:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,11 +1,17 @@
# Builds and commits the artifacts whenever a change is pushed to main.
name: artifact compiler
name: polytone artifact compiler
on:
workflow_dispatch:
push:
paths:
- 'cosmwasm/polytone/**'
- '.github/workflows/polytone.yml'
branches:
- main

env:
WORKING_DIRECTORY: cosmwasm/polytone

jobs:
release-artifacts:
runs-on: ubuntu-latest
Expand All @@ -19,7 +25,7 @@ jobs:
uses: docker/setup-buildx-action@v2
- name: Build Artifacts
run: |
./devtools/optimize.sh
${{ env.WORKING_DIRECTORY }}/devtools/optimize.sh
- name: Commit artifacts
run: |
git config --global user.name 'DA0-DA0'
Expand Down

0 comments on commit 1fecbed

Please sign in to comment.