File tree Expand file tree Collapse file tree 1 file changed +3
-12
lines changed Expand file tree Collapse file tree 1 file changed +3
-12
lines changed Original file line number Diff line number Diff line change @@ -2,17 +2,9 @@ name: Build and Push Docker Images
22
33on :
44 push :
5- branches : [main, celo*]
6- paths :
7- - " espresso/docker/**"
8- - " espresso/docker-compose.yml"
9- - " config/**"
5+ branches :
6+ - " celo-integration*"
107 pull_request :
11- branches : [main, celo*, integration]
12- paths :
13- - " espresso/docker/**"
14- - " espresso/docker-compose.yml"
15- - " config/**"
168 workflow_dispatch :
179
1810env :
4537 - name : Install Foundry
4638 uses : foundry-rs/foundry-toolchain@v1
4739 with :
48- version : nightly-654c8f01721e43dbc8a53c7a3b022548cb82b2f9 # same as for the nix environment
40+ version : nightly-654c8f01721e43dbc8a53c7a3b022548cb82b2f9 # same as for the nix environment
4941
5042 - name : Install dasel
5143 run : |
@@ -465,4 +457,3 @@ jobs:
465457 TARGET_BASE_IMAGE=alpine:3.22
466458 TARGETOS=linux
467459 TARGETARCH=amd64
468-
You can’t perform that action at this time.
0 commit comments