Skip to content

Commit

Permalink
updated build.yml for trigger feature/hotfix branch
Browse files Browse the repository at this point in the history
  • Loading branch information
eric2788 committed Jan 8, 2024
1 parent 7d05f1f commit 1526962
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@ name: Build Extensions

on:
push:
branches: [develop]
branches:
- 'hotfix/**'
- 'feature/**'
pull_request:
branches: [develop]

Expand Down

0 comments on commit 1526962

Please sign in to comment.