Skip to content

Commit 205b0c9

Browse files
committed
Feature/Dev Branch
- Use dev branch to handle dev updates Signed-off-by: Harold Wanyama <[email protected]>
1 parent 75eda97 commit 205b0c9

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/build-pr.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,7 @@ name: Build and Test Pull Request
66
on:
77
pull_request:
88
branches:
9-
- main
10-
- feature/*
9+
- dev
1110

1211

1312
env:

.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-
- feature/*
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)