Skip to content

Commit

Permalink
fix: #1 branch syntax fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
leeminhee119 committed Jul 2, 2024
1 parent c4166f7 commit 8a15d04
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,11 @@ name: Build Test

on:
push:
branches: -main
branches:
- main
pull_request:
branches: -main
branches:
- main

jobs:
build:
Expand Down

0 comments on commit 8a15d04

Please sign in to comment.