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

Commit

Permalink
fix(ci): dont run trigger deploy on PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
jhdcruz authored Dec 1, 2024
1 parent e18fc63 commit e5952fa
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/trigger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,8 @@ on:
paths:
- 'src/trigger/*'
- 'trigger.config.ts'
pull_request:
paths:
- 'src/trigger/*'
- 'trigger.config.ts'
branches:
- main

jobs:
deploy:
Expand Down

0 comments on commit e5952fa

Please sign in to comment.