Skip to content

Commit

Permalink
Merge pull request communitybridge#4410 from nickmango/feature/gh-act…
Browse files Browse the repository at this point in the history
…ion-update

Feature/Updated Pipeline
  • Loading branch information
nickmango authored Aug 21, 2024
2 parents bc09d73 + aec327e commit 75eda97
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/build-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
pull_request:
branches:
- main
- feature/*


env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ name: Build and Deploy to DEV
on:
push:
branches:
- main
- feature/*

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

0 comments on commit 75eda97

Please sign in to comment.