Skip to content

Commit

Permalink
add secrets path
Browse files Browse the repository at this point in the history
  • Loading branch information
jsbroks committed Oct 24, 2024
1 parent 20e9523 commit a29521d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/apps-event-worker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ on:
- packages/db/**
- packages/job-dispatch/**
- packages/validators/**
- packages/secrets/**
- .github/workflows/apps-event-worker.yaml
- pnpm-lock.yaml
push:
Expand All @@ -17,6 +18,7 @@ on:
- packages/db/**
- packages/job-dispatch/**
- packages/validators/**
- packages/secrets/**
- .github/workflows/apps-event-worker.yaml
- pnpm-lock.yaml

Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/apps-jobs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
- apps/jobs/**
- packages/job-dispatch/**
- packages/db/**
- packages/secrets/**
- .github/workflows/apps-jobs.yaml
- pnpm-lock.yaml
push:
Expand All @@ -15,6 +16,7 @@ on:
- apps/jobs/**
- packages/job-dispatch/**
- packages/db/**
- packages/secrets/**
- .github/workflows/apps-jobs.yaml
- pnpm-lock.yaml

Expand Down

0 comments on commit a29521d

Please sign in to comment.