Skip to content

Commit

Permalink
Fix the push event in ibc-test workflow
Browse files Browse the repository at this point in the history
The paths filter is missing.
  • Loading branch information
Flouse committed Sep 28, 2023
1 parent ef1367b commit 0319a0c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ibc-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ on:
- crates/**
- tools/**
push:
branches: main
branches: [main, '*test*']
paths:
- .github/workflows/ibc-test.yaml
- Cargo.toml
- Cargo.lock
Expand Down

0 comments on commit 0319a0c

Please sign in to comment.