Skip to content

Commit

Permalink
Fixes branch names
Browse files Browse the repository at this point in the history
  • Loading branch information
hediet committed Jan 28, 2025
1 parent b94eed4 commit 24b7951
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Deploy
on:
push:
branches:
- master
- main

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Lint & Build
on:
push:
branches:
- master
- main
pull_request:

jobs:
Expand Down

0 comments on commit 24b7951

Please sign in to comment.