Skip to content

Commit

Permalink
Merge pull request #8 from hkfb/workflow
Browse files Browse the repository at this point in the history
ci: fixed branches syntax error
  • Loading branch information
hkfb authored Feb 22, 2024
2 parents f0feda6 + 206e5e1 commit 3bde432
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 3bde432

Please sign in to comment.