Skip to content

Commit 438a222

Browse files
Merge pull request #69 from reddevilmidzy/fix-ci
rust 용 브랜치 제거에 따른 CI 수정
2 parents 92b0828 + 1b34073 commit 438a222

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/rust.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: Rust
22

33
on:
44
push:
5-
branches: [ "main", "rook" ]
5+
branches: [ "main" ]
66
pull_request:
7-
branches: [ "main", "rook" ]
7+
branches: [ "main" ]
88

99
permissions:
1010
contents: read

.github/workflows/shuttle_deploy.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ on:
44
push:
55
branches:
66
- main
7-
- rook
87
workflow_dispatch:
98

109
jobs:

0 commit comments

Comments
 (0)