Skip to content

Commit

Permalink
Feature/Dev Branch
Browse files Browse the repository at this point in the history
- Use dev branch to handle dev updates

Signed-off-by: Harold Wanyama <hwanyama@contractor.linuxfoundation.org>
  • Loading branch information
nickmango committed Aug 22, 2024
1 parent 75eda97 commit 205b0c9
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 205b0c9

Please sign in to comment.