[READ-ONLY] Mirror of https://github.com/lion-byte/eslint-config. ESLint config for personal projects
eslint-config personal-config
0

Configure Feed

Select the types of activity you want to include in your feed.

ci: Modify CI workflow to run on main/next branches and pull requests

Mark Hernandez (Feb 23, 2026, 9:43 PM -0600) eb1ca57e 52dfa8bb

+8 -1
+8 -1
.github/workflows/ci.yml
··· 1 1 name: CI 2 2 on: 3 - - push 3 + push: 4 + branches: 5 + - main 6 + - next 7 + pull_request: 8 + branches: 9 + - '**' 10 + merge_group: 4 11 5 12 jobs: 6 13 test: