Skip to content

Commit 4864389

Browse files
committed
chore: Target main branch to enable manual trigger for workflow
1 parent c962fda commit 4864389

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/dependency_compatibility_test.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
name: Dependency Compatibility Test
22

33
on:
4+
pull_request:
5+
branches:
6+
- 'main'
47
workflow_dispatch:
58
schedule:
69
- cron: '0 1 * * *' # Nightly at 1am

0 commit comments

Comments
 (0)