Skip to content
This repository has been archived by the owner on Dec 10, 2024. It is now read-only.

Commit

Permalink
fix(ci): trigger paths on trigger deploys
Browse files Browse the repository at this point in the history
  • Loading branch information
jhdcruz committed Oct 30, 2024
1 parent d019597 commit 4b1254b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/trigger.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
name: trigger.dev
name: Deploy Triggers

on:
workflow_dispatch:
push:
paths:
- './src/trigger/*'
- 'src/trigger/*'
- 'trigger.config.ts'
pull_request:
paths:
- './src/trigger/*'
- 'src/trigger/*'
- 'trigger.config.ts'

jobs:
Expand Down

0 comments on commit 4b1254b

Please sign in to comment.