Skip to content

Commit

Permalink
fixing ci
Browse files Browse the repository at this point in the history
  • Loading branch information
thiscaspar committed Nov 15, 2024
1 parent 26d237f commit c230835
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci-contracts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,14 @@ on:
branches: [main]
paths:
- "contracts/**"
- "test_helpers/**"
- ".github/workflows/ci-contracts.yml"
pull_request:
branches: [main]
paths:
- "contracts/**"
- "test_helpers/**"
- ".github/workflows/ci-contracts.yml"

defaults:
run:
Expand Down
1 change: 1 addition & 0 deletions contracts/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -188,3 +188,4 @@ The App is also tracking score for each Player.
- Reveal
- there will be 2 params: "rv_NAME" (the actual param) and "rs_NAME" (the used salt)


0 comments on commit c230835

Please sign in to comment.