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:
......@@ -31,7 +26,7 @@ jobs:
- name: Install Go
uses: actions/setup-go@v2
with:
go-version: 1.16.x
go-version: 1.16.x
- name: Checkout code
uses: actions/checkout@v2
......@@ -40,4 +35,4 @@ jobs:
run: make
- name: Test
run: make test
run: make test
......@@ -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