Skip to content

Commit

Permalink
test로 시작하는 네이밍은 ci pass
Browse files Browse the repository at this point in the history
  • Loading branch information
Ahn-seokjoo committed Oct 20, 2024
1 parent d4cbf74 commit 7172f9d
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ on:
workflow_dispatch:
pull_request:
branches: [ "feature**", "hotfix**", "release**", "develop**", "master" ]
branches-ignore:
- 'test**'
paths-ignore:
- 'README.md'
- '.all-contributorsrc'
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/common-setup.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: Common Setup

on:
pull_request:
branches-ignore:
- 'test**'
push:
paths-ignore:
- 'README.md'
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/lint_check.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: Lint Check

on:
pull_request:
branches-ignore:
- 'test**'
push:
paths-ignore:
- 'README.md'
Expand Down

0 comments on commit 7172f9d

Please sign in to comment.