Skip to content

Commit 038fe2b

Browse files
authored
ci: also run on dev (push + PR), not just main (#3)
Part of the org-wide dev/main release-cycle standardization: dev is now where work lands and CI must actually run there, not just on main.
1 parent 43e16d5 commit 038fe2b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/lint-test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
pull_request:
55
branches:
66
- main
7+
- dev
78

89
jobs:
910
lint-test:

0 commit comments

Comments
 (0)