Skip to content

Commit

Permalink
GH workflow update
Browse files Browse the repository at this point in the history
  • Loading branch information
SecretSaturn committed Sep 29, 2024
1 parent 1321a99 commit 1523730
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 5 deletions.
12 changes: 11 additions & 1 deletion .github/workflows/Docker_image.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,19 @@
name: Build and Push Docker Image

on:
workflow_dispatch:
push:
branches:
- main # Change this to your default branch
- main
paths:
- "TNLS-Relayers/**"
- ".github/workflows/Docker_image.yml"
pull_request:
branches:
- main
paths:
- "TNLS-Relayers/**"
- ".github/workflows/Docker_image.yml"

jobs:
build_and_push:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/Foundry_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ on:

jobs:
tests:
name: TNLS eth gateway
name: TNLS Ethereum gateway
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/Secret_gateway_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ on:
push:
branches:
- main
- test-fixes
paths:
- "TNLS-Gateways/secret/**"
- ".github/workflows/Secret_gateway_tests.yml"
Expand Down Expand Up @@ -100,8 +99,6 @@ jobs:
target: wasm32-unknown-unknown
- name: Install dependencies
run: npm --prefix tests/ install
# - name: Install wasm-opt
# run: sudo apt update && sudo apt install -y binaryen clang
- name: Install latest Binaryen
run: |
BINARYEN_VERSION=version_118
Expand Down

0 comments on commit 1523730

Please sign in to comment.