Skip to content

Commit

Permalink
Merge pull request #7 from depromeet/feature/1/build-workflow
Browse files Browse the repository at this point in the history
fix/1/build workflow 문법 오류 수정
leeminhee119 authored Jul 2, 2024
2 parents ca82a79 + 8a15d04 commit d9d00b9
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
@@ -2,9 +2,11 @@ name: Build Test

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

jobs:
build:

0 comments on commit d9d00b9

Please sign in to comment.