Commit 8d67991a authored by smartcontracts's avatar smartcontracts Committed by GitHub

fix: have workflows run on develop (#845)

parent 52d9e6b7
......@@ -4,16 +4,20 @@ name: geth unit tests
on:
push:
paths:
- 'l2geth/**'
- 'l2geth/**'
branches:
- master
- 'master'
- 'develop'
- '*rc'
- 'regenesis/*'
pull_request:
paths:
- 'l2geth/**'
- 'l2geth/**'
branches:
- master
- 'master'
- 'develop'
- '*rc'
- 'regenesis/*'
workflow_dispatch:
defaults:
......
......@@ -3,8 +3,10 @@ name: integration
on:
push:
branches:
- master
- 'master'
- 'develop'
- '*rc'
- 'regenesis/*'
pull_request:
workflow_dispatch:
......
......@@ -3,8 +3,10 @@ name: typescript / contracts
on:
push:
branches:
- master
- 'master'
- 'develop'
- '*rc'
- 'regenesis/*'
pull_request:
workflow_dispatch:
......
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