Commit 48db9f81 authored by Georgios Konstantopoulos's avatar Georgios Konstantopoulos Committed by GitHub

ci: only run the paths that change (#22)

parent ee4e3739
name: geth unit tests
on:
push:
paths:
- 'l2geth/**'
branches:
- master
pull_request:
paths:
- 'l2geth/**'
branches:
- master
......
......@@ -4,9 +4,13 @@ on:
push:
branches:
- master
paths:
- 'packages/**'
pull_request:
branches:
- master
paths:
- 'packages/**'
jobs:
build-test-lint:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment