Skip to content

Commit

Permalink
Merge pull request #353 from celestiaorg/tzdybal/evmos-once
Browse files Browse the repository at this point in the history
fix: execute evmos build only once per PR
  • Loading branch information
jbowen93 authored Apr 11, 2022
2 parents e917abf + e6c05dd commit a57e85f
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/build-evmos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,10 @@ name: build-evmos
on:
push:
branches:
- '**'
tags:
- 'v*.*.*'
- main
pull_request:
branches:
- 'main'
release:
types: [published]
workflow_dispatch:

env:
Expand Down

0 comments on commit a57e85f

Please sign in to comment.