Skip to content

Commit

Permalink
ci: build sample apps on feature branches (#804)
Browse files Browse the repository at this point in the history
  • Loading branch information
mrehan27 authored Sep 11, 2024
1 parent 6eaa854 commit c7fb7e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-sample-apps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Build sample apps
on:
pull_request: # build sample apps for every commit pushed to an open pull request (including drafts)
push:
branches: [main]
branches: [ main, feature/* ]
workflow_dispatch: # allow manual run

concurrency: # cancel previous workflow run if one exists.
Expand Down

0 comments on commit c7fb7e6

Please sign in to comment.