Commit 3f055d69 authored by smartcontracts's avatar smartcontracts Committed by GitHub

Merge pull request #1760 from ethereum-optimism/sc/workflow-all-branches

fix: remove branch restrictions for some workflows
parents 68cd04f9 ac71b981
......@@ -12,11 +12,6 @@ on:
pull_request:
paths:
- 'go/batch-submitter/*'
branches:
- 'master'
- 'develop'
- '*rc'
- 'regenesis/*'
workflow_dispatch:
defaults:
......
......@@ -12,11 +12,6 @@ on:
pull_request:
paths:
- 'go/gas-oracle/**'
branches:
- 'master'
- 'develop'
- '*rc'
- 'regenesis/*'
workflow_dispatch:
defaults:
......
name: geth unit tests
on:
push:
paths:
......@@ -13,11 +12,6 @@ on:
pull_request:
paths:
- 'l2geth/**'
branches:
- 'master'
- 'develop'
- '*rc'
- 'regenesis/*'
workflow_dispatch:
defaults:
......
......@@ -13,11 +13,6 @@ on:
paths:
- 'go/gas-oracle/**'
- 'go/batch-submitter/**'
branches:
- 'master'
- 'develop'
- '*rc'
- 'regenesis/*'
jobs:
golangci:
name: 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