Skip to content

Commit

Permalink
feat: add more push paths to workflows (#504)
Browse files Browse the repository at this point in the history
  • Loading branch information
barbequeorbarbecue authored Jul 13, 2024
1 parent b3b27be commit fa611a6
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 4 deletions.
7 changes: 6 additions & 1 deletion .github/workflows/discord-bot-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,12 @@ on:
- command/**
- config/**
- db/**
- packages/gosenchabot/**
- helper/**
- model/**
- platform/**
- service/**
- "go.mod"
- "go.sum"
branches:
- main
pull_request: {}
Expand Down
5 changes: 4 additions & 1 deletion .github/workflows/discord-test-bot-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,10 @@ on:
- command/**
- config/**
- db/**
- packages/gosenchabot/**
- helper/**
- model/**
- platform/**
- service/**
- "go.mod"
- "go.sum"
branches:
Expand Down
7 changes: 6 additions & 1 deletion .github/workflows/twitch-bot-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,12 @@ on:
- command/**
- config/**
- db/**
- packages/gosenchabot/**
- helper/**
- model/**
- platform/**
- service/**
- "go.mod"
- "go.sum"
branches:
- main
pull_request: {}
Expand Down
5 changes: 4 additions & 1 deletion .github/workflows/twitch-test-bot-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,10 @@ on:
- command/**
- config/**
- db/**
- packages/gosenchabot/**
- helper/**
- model/**
- platform/**
- service/**
- "go.mod"
- "go.sum"
branches:
Expand Down

0 comments on commit fa611a6

Please sign in to comment.