Skip to content

Commit

Permalink
feat: Update branch names in CI workflow
Browse files Browse the repository at this point in the history
Modify the CI workflow to target the 'main' branch instead of the '1.x' branch. This ensures the workflow runs on the correct branch and aligns with the project's main branch naming convention.
  • Loading branch information
esolitos authored and gitbutler-client committed Aug 13, 2024
1 parent b2fa72a commit f9e90c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ name: Lint
on:
push:
branches:
- 1.x
- main
pull_request:
branches:
- 1.x
- main

defaults:
run:
Expand Down

0 comments on commit f9e90c3

Please sign in to comment.