Skip to content

Commit

Permalink
fix(test): add trigger to run workflow on push to PR branch
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Castilio dos Santos <[email protected]>
  • Loading branch information
alexcastilio committed Feb 6, 2025
1 parent 13c5e07 commit 0b54abd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/daily-scale-test.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: Daily Scale Test

on:
push:
branches:
- alexcastilio/scale-test-workflow
schedule:
- cron: "0 0 * * *"

Expand Down

0 comments on commit 0b54abd

Please sign in to comment.