Commit b70ae451 authored by Conner Fromknecht's avatar Conner Fromknecht

fix: add missing "*" to pull_request path for bathc-submitter and bss-core

parent 72e67933
...@@ -11,7 +11,7 @@ on: ...@@ -11,7 +11,7 @@ on:
- 'regenesis/*' - 'regenesis/*'
pull_request: pull_request:
paths: paths:
- 'go/batch-submitter/*' - 'go/batch-submitter/**'
workflow_dispatch: workflow_dispatch:
defaults: defaults:
......
...@@ -11,7 +11,7 @@ on: ...@@ -11,7 +11,7 @@ on:
- 'regenesis/*' - 'regenesis/*'
pull_request: pull_request:
paths: paths:
- 'go/bss-core/*' - 'go/bss-core/**'
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