Skip to content

Commit

Permalink
ci: test gno.land when changing gnovm and tm2 (#2215)
Browse files Browse the repository at this point in the history
  • Loading branch information
thehowl authored Jun 18, 2024
1 parent aa9c64a commit 6284669
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/gnoland.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,11 @@ on:
branches:
- master
workflow_dispatch:
pull_request:
pull_request:
paths:
- "gno.land/**"
- "tm2/**.go"
- "gnovm/**.go"
- ".github/**"

jobs:
Expand All @@ -17,4 +19,4 @@ jobs:
with:
modulepath: "gno.land"
secrets:
codecov-token: ${{ secrets.CODECOV_TOKEN }}
codecov-token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 6284669

Please sign in to comment.