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.
2 parents e0e9aed + 806ed00 commit 6830119Copy full SHA for 6830119
.github/workflows/build-pr.yml
@@ -6,7 +6,7 @@ name: Build and Test Pull Request
6
on:
7
pull_request:
8
branches:
9
- - dev
+ - main
10
11
permissions:
12
id-token: write
@@ -103,4 +103,4 @@ jobs:
103
104
- name: Go Lint
105
working-directory: cla-backend-go
106
- run: make lint
+ run: make lint
.github/workflows/deploy-dev.yml
@@ -6,7 +6,7 @@ name: Build and Deploy to DEV
push:
# These permissions are needed to interact with GitHub's OIDC Token endpoint to fetch/set the AWS deployment credentials.
0 commit comments