Skip to content

Commit 75eda97

Browse files
authored
Merge pull request #4410 from nickmango/feature/gh-action-update
Feature/Updated Pipeline
2 parents bc09d73 + aec327e commit 75eda97

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/build-pr.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77
pull_request:
88
branches:
99
- main
10+
- feature/*
1011

1112

1213
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-
- main
9+
- feature/*
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)