Skip to content

Commit

Permalink
Expanded workflow triggers to include feature branches #2186 (#2187)
Browse files Browse the repository at this point in the history
* Expanded workflow triggers to include feature branches #2186

* Optimization of workflow process
  • Loading branch information
Olenka-Hryk authored Jul 26, 2024
1 parent fe27dba commit a13712e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
push:
branches: [main, develop]
pull_request:
branches: [main, develop]
branches: [main, develop, 'feature/**']

jobs:
tests:
Expand Down

0 comments on commit a13712e

Please sign in to comment.