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