Skip to content

Commit da7c77b

Browse files
committed
ci: run workflow on main branch pushes (#380)
1 parent cfc2720 commit da7c77b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@ name: CI
22
on:
33
pull_request:
44
branches: ['**', '!changeset-release/**']
5-
# CI only runs on PRs - merge queue validates before merge to main
5+
push:
6+
branches: [main]
7+
# TODO: Optimize - separate deployment workflow to avoid re-running tests on main
68

79
concurrency:
810
group: ${{ github.workflow }}-${{ github.ref }}

0 commit comments

Comments
 (0)