Skip to content

Commit 5a5ba03

Browse files
committed
ブランチ名等の修正
1 parent 66723ed commit 5a5ba03

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/cmake.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,16 @@ name: CMake
22

33
on:
44
push:
5-
branches: [ "master" ]
5+
branches: [ "main" ]
66
pull_request:
7-
branches: [ "master" ]
7+
branches: [ "main" ]
88
workflow_dispatch:
99

1010
env:
1111
BUILD_TYPE: Release
1212

1313
jobs:
14-
build:
14+
test:
1515
timeout-minutes: 10
1616
runs-on: ubuntu-latest
1717

0 commit comments

Comments
 (0)