Skip to content

Commit bcda4a7

Browse files
committed
task: update GitHub Actions to trigger on feature branches
Modified the `dotnet.yml` file in the GitHub Actions workflow configuration to include triggers for pushes to `feature/**` branches. This change ensures that the CI pipeline runs for feature branches, providing continuous integration for ongoing feature development.
1 parent c1ea4d4 commit bcda4a7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/dotnet.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on:
55
branches:
66
- main
77
- release/**
8+
- feature/**
89
pull_request:
910
branches:
1011
- main

0 commit comments

Comments
 (0)