Skip to content

Commit 3f6d0ba

Browse files
committed
ci: remove pull_request trigger from daily_build workflow
daily_build was firing on PRs to main alongside ci, causing duplicate runs. Restrict to schedule and push to main only.
1 parent fab8f70 commit 3f6d0ba

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

.github/workflows/daily_build.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,6 @@ on:
1313
push:
1414
branches:
1515
- main
16-
pull_request:
17-
branches:
18-
- main
1916
workflow_dispatch:
2017

2118
jobs:

0 commit comments

Comments
 (0)