Skip to content

Commit

Permalink
Update build and test workflows to include release branch
Browse files Browse the repository at this point in the history
  • Loading branch information
Thavarshan committed Sep 14, 2024
1 parent ce25ff6 commit 48ba0bd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,12 @@ on:
push:
branches:
- main
- release
- feature/*
pull_request:
branches:
- main
- release
- feature/*

jobs:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,12 @@ on:
push:
branches:
- main
- release
- feature/*
pull_request:
branches:
- main
- release
- feature/*

jobs:
Expand Down

0 comments on commit 48ba0bd

Please sign in to comment.