Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: docker gnark ci test #1776

Open
wants to merge 13 commits into
base: dev
Choose a base branch
from
Prev Previous commit
Next Next commit
docker gnark didnt trigger :(
  • Loading branch information
yuwen01 committed Nov 8, 2024
commit d9035d59edc137a63223cba42fde9a7b3b0ae5bd
7 changes: 4 additions & 3 deletions .github/workflows/docker-gnark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,10 @@ on:
branches:
- "**"
paths:
- "recursion/gnark-ffi/**"
- "recursion/gnark-cli/**"
- "!recursion/gnark-ffi/assets/**"
- "crates/**"
- "examples/**"
- "Cargo.toml"
- ".github/workflows/**"
merge_group:

jobs:
Expand Down
Loading