Skip to content

Commit ec192c3

Browse files
authored
Merge pull request #4413 from nickmango/dev
Feature/Dev Branch
2 parents 75eda97 + 205b0c9 commit ec192c3

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)