Skip to content

Commit 325a657

Browse files
authored
Merge pull request #4518 from communitybridge/revert-4515-unicron-test-main-branch-on-dev
Revert "Test main branch on dev environment without doing a prod release"
2 parents 6830119 + 78912c6 commit 325a657

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-
- main
9+
- dev
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-
- main
9+
- dev
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)