Skip to content

Commit

Permalink
chore(ci): add pull_request as a trigger for performance workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
cdunster committed Sep 6, 2024
1 parent ae5f612 commit ea09479
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/performance.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: "Performance Tests"

on:
pull_request:
branches: [ main, develop ]
workflow_dispatch:

jobs:
Expand Down

0 comments on commit ea09479

Please sign in to comment.