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