Skip to content

Commit d52d10b

Browse files
Enabled GitHub Actions for the 0.3 branch (#147)
1 parent 755b34e commit d52d10b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/cmake.yml

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

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

99
env:
1010
AWS_SDK_CPP_MAJOR: 1

0 commit comments

Comments
 (0)