Commit 79bffb92 authored by Karl Floersch's avatar Karl Floersch Committed by GitHub

feat: let test CI run on all release branches (#568)

* feat: let test CI run on all release branches

* style: *rc

* Add quotes around rc
parent 572dcbc6
......@@ -7,11 +7,13 @@ on:
- 'l2geth/**'
branches:
- master
- '*rc'
pull_request:
paths:
- 'l2geth/**'
branches:
- master
- '*rc'
defaults:
run:
......
......@@ -4,6 +4,7 @@ on:
push:
branches:
- master
- '*rc'
pull_request:
jobs:
......
......@@ -4,12 +4,14 @@ on:
push:
branches:
- master
- '*rc'
paths:
- 'packages/**/*.sol'
- 'packages/**/*.ts'
pull_request:
branches:
- master
- '*rc'
paths:
- 'packages/**/*.sol'
- 'packages/**/*.ts'
......
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