Skip to content

Commit 6830119

Browse files
authored
Merge pull request #4515 from communitybridge/unicron-test-main-branch-on-dev
Test main branch on dev environment without doing a prod release
2 parents e0e9aed + 806ed00 commit 6830119

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build-pr.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ name: Build and Test Pull Request
66
on:
77
pull_request:
88
branches:
9-
- dev
9+
- main
1010

1111
permissions:
1212
id-token: write
@@ -103,4 +103,4 @@ jobs:
103103
104104
- name: Go Lint
105105
working-directory: cla-backend-go
106-
run: make lint
106+
run: make lint

.github/workflows/deploy-dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ name: Build and Deploy to DEV
66
on:
77
push:
88
branches:
9-
- dev
9+
- main
1010

1111
permissions:
1212
# These permissions are needed to interact with GitHub's OIDC Token endpoint to fetch/set the AWS deployment credentials.

0 commit comments

Comments
 (0)