Commit 8f5b1d81 authored by Matthew Slipper's avatar Matthew Slipper Committed by GitHub

Merge pull request #2248 from cfromknecht/gh-actions-always-run-unit-tests

feat: always run go unit tests/golangci-lint on every PR
parents da09a10d 15374d55
......@@ -10,8 +10,8 @@ on:
- '*rc'
- 'regenesis/*'
pull_request:
paths:
- 'go/batch-submitter/**'
branches:
- '*'
workflow_dispatch:
defaults:
......
......@@ -10,8 +10,8 @@ on:
- '*rc'
- 'regenesis/*'
pull_request:
paths:
- 'go/bss-core/**'
branches:
- '*'
workflow_dispatch:
defaults:
......
......@@ -10,8 +10,8 @@ on:
- '*rc'
- 'regenesis/*'
pull_request:
paths:
- 'go/gas-oracle/**'
branches:
- '*'
workflow_dispatch:
defaults:
......
......@@ -12,11 +12,8 @@ on:
- '*rc'
- 'regenesis/*'
pull_request:
paths:
- 'go/gas-oracle/**'
- 'go/batch-submitter/**'
- 'go/bss-core/**'
- 'go/teleportr/**'
branches:
- '*'
jobs:
golangci:
name: lint
......
......@@ -6,8 +6,8 @@ on:
- 'master'
- 'develop'
pull_request:
paths:
- 'go/proxyd/**'
branches:
- '*'
workflow_dispatch:
defaults:
......
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