diff options
| author | Fuwn <[email protected]> | 2024-07-25 03:58:03 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-07-25 03:58:03 -0700 |
| commit | 2e196be0df4191f4ce5095bd1fab8167320c0cfc (patch) | |
| tree | c68b4651590481fa83e75bcc92e846f9102a0364 | |
| parent | fix(notifications): try/catch sendNotification (diff) | |
| download | due.moe-2e196be0df4191f4ce5095bd1fab8167320c0cfc.tar.xz due.moe-2e196be0df4191f4ce5095bd1fab8167320c0cfc.zip | |
fix(actions): correct trigger path
| -rw-r--r-- | .github/workflows/release-trigger-prod.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/release-trigger-prod.yml b/.github/workflows/release-trigger-prod.yml index 3fb507b4..ee5b9c13 100644 --- a/.github/workflows/release-trigger-prod.yml +++ b/.github/workflows/release-trigger-prod.yml @@ -5,7 +5,7 @@ on: branches: - main paths: - - 'trigger/**' + - 'src/trigger/**' - 'trigger.config.*' - 'package.json' workflow_dispatch: |