Skip to content

Commit

Permalink
Fix namada action
Browse files Browse the repository at this point in the history
  • Loading branch information
ljoss17 committed Jun 4, 2024
1 parent 733c0e3 commit ea9730d
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/namada.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@ name: Namada Integration
on:
workflow_dispatch:
pull_request:
paths:
- .github/workflows/integration.yaml
- Cargo.toml
- Cargo.lock
- flake.nix
- flake.lock
- ci/**
- e2e/**
- crates/**
- tools/**

env:
CARGO_INCREMENTAL: 0
Expand Down

0 comments on commit ea9730d

Please sign in to comment.