Skip to content

Commit

Permalink
ci: update deploy-cosmwasm-contracts.yml
Browse files Browse the repository at this point in the history
* update git trigger event
  • Loading branch information
DeepakBomjan authored Sep 5, 2023
1 parent 020d35e commit a87853a
Showing 1 changed file with 7 additions and 10 deletions.
17 changes: 7 additions & 10 deletions .github/workflows/deploy-cosmwasm-contracts.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,13 @@
name: Cosmwasm Contracts Test Deployment
on:
push:
pull_request:
branches:
- "**"
# pull_request:
# branches:
# - main
# paths:
# - contracts/cosmwasm-vm/**
# - libraries/common/rust/**
# - .github/workflows/deploy-cosmwasm-contracts.yml
# - scripts/optimize-cosmwasm.sh
- main
paths:
- contracts/cosmwasm-vm/**
- libraries/common/rust/**
- .github/workflows/deploy-cosmwasm-contracts.yml
- scripts/optimize-cosmwasm.sh
jobs:
Build:
name: Build & Deploy Cosmasm Contracts
Expand Down

0 comments on commit a87853a

Please sign in to comment.