We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83973c6 commit d35916eCopy full SHA for d35916e
.github/workflows/ci_test_go.yml
@@ -28,7 +28,7 @@ jobs:
28
strategy:
29
matrix:
30
library: [DynamoDbEncryption, TestVectors]
31
- os: [ubuntu-22.04]
+ os: [ubuntu-22.04, macos-13]
32
go-version: ["1.23"]
33
runs-on: ${{ matrix.os }}
34
permissions:
.github/workflows/pull.yml
@@ -1,12 +1,8 @@
1
# This workflow runs for every pull request
2
-# TODO: CI for Go
3
name: PR CI
4
5
on:
6
pull_request:
7
- push:
8
- branches:
9
- - Golang/reviewed
10
11
jobs:
12
getVersion:
.github/workflows/push.yml
@@ -1,11 +1,10 @@
# This workflow runs for every push to main
name: Push CI
push:
branches:
+ - main
0 commit comments