Skip to content

Commit 70c8d3a

Browse files
committed
move git actions
1 parent 03dfe4c commit 70c8d3a

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
1-
name: CI
1+
name: Contracts CI
22

33
on:
44
push:
5+
paths:
6+
- 'contracts/**'
57
pull_request:
8+
paths:
9+
- 'contracts/**'
610
workflow_dispatch:
711

812
env:
@@ -12,6 +16,9 @@ jobs:
1216
check:
1317
name: Foundry project
1418
runs-on: ubuntu-latest
19+
defaults:
20+
run:
21+
working-directory: contracts
1522
steps:
1623
- uses: actions/checkout@v4
1724
with:

0 commit comments

Comments
 (0)