Skip to content

Commit 4ef1156

Browse files
committed
fix: Trigger E2E tests on all branches
Update workflow triggers to run on all branches and PRs, not just main.
1 parent 3a064dd commit 4ef1156

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/e2e-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: E2E Test Binaries
22

33
on:
44
push:
5-
branches: [main]
5+
branches: ['**']
66
pull_request:
7-
branches: [main]
7+
branches: ['**']
88
workflow_dispatch:
99

1010
jobs:

0 commit comments

Comments
 (0)