Skip to content

Commit

Permalink
Merge pull request #4413 from nickmango/dev
Browse files Browse the repository at this point in the history
Feature/Dev Branch
  • Loading branch information
nickmango authored Aug 22, 2024
2 parents 75eda97 + 205b0c9 commit ec192c3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@ name: Build and Test Pull Request
on:
pull_request:
branches:
- main
- feature/*
- dev


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:
- feature/*
- dev

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 ec192c3

Please sign in to comment.