Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/fix/default-project-layout' in…
Browse files Browse the repository at this point in the history
…to fix/default-project-layout
  • Loading branch information
chosww committed Jan 20, 2025
2 parents bcaba9c + 76274af commit 7a98580
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Lint and test

on:
push:
branches: [main]
branches: [dev, main]
pull_request:
branches: [main]
branches: [dev, main]

jobs:
lint-test:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Publish release

on:
push:
branches: [main]
branches: [dev]

jobs:
release-please:
Expand Down

0 comments on commit 7a98580

Please sign in to comment.