Skip to content

Commit d35916e

Browse files
auto commit
1 parent 83973c6 commit d35916e

File tree

3 files changed

+2
-7
lines changed

3 files changed

+2
-7
lines changed

.github/workflows/ci_test_go.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
strategy:
2929
matrix:
3030
library: [DynamoDbEncryption, TestVectors]
31-
os: [ubuntu-22.04]
31+
os: [ubuntu-22.04, macos-13]
3232
go-version: ["1.23"]
3333
runs-on: ${{ matrix.os }}
3434
permissions:

.github/workflows/pull.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,8 @@
11
# This workflow runs for every pull request
2-
# TODO: CI for Go
32
name: PR CI
43

54
on:
65
pull_request:
7-
push:
8-
branches:
9-
- Golang/reviewed
106

117
jobs:
128
getVersion:

.github/workflows/push.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
# This workflow runs for every push to main
2-
# TODO: CI for Go
32
name: Push CI
43

54
on:
65
push:
76
branches:
8-
- Golang/reviewed
7+
- main
98

109
jobs:
1110
getVersion:

0 commit comments

Comments
 (0)