Skip to content

Commit

Permalink
ci: fixed branches syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
hkfb committed Feb 22, 2024
1 parent f0feda6 commit 206e5e1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ on:
push:
branches:
- main
pull_request:
pull_request:
branches:
- main

jobs:
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ on:
push:
branches:
- main
pull_request:
pull_request:
branches:
- main

jobs:
Expand Down

0 comments on commit 206e5e1

Please sign in to comment.