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 name: geth unit tests
on: on:
push: push:
paths:
- 'l2geth/**'
branches: branches:
- master - master
pull_request: pull_request:
paths:
- 'l2geth/**'
branches: branches:
- master - master
......
...@@ -4,9 +4,13 @@ on: ...@@ -4,9 +4,13 @@ on:
push: push:
branches: branches:
- master - master
paths:
- 'packages/**'
pull_request: pull_request:
branches: branches:
- master - master
paths:
- 'packages/**'
jobs: jobs:
build-test-lint: 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