Skip to content

Commit

Permalink
corrected the branch name
Browse files Browse the repository at this point in the history
  • Loading branch information
EmranMR committed Feb 24, 2024
1 parent 4da3504 commit 1f5eee3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ name: CI
on:
push:
branches:
- master
- main
pull_request:
branches:
- master
- main

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

0 comments on commit 1f5eee3

Please sign in to comment.