Skip to content

Commit

Permalink
Fix workflow trigger.
Browse files Browse the repository at this point in the history
  • Loading branch information
andreibancioiu committed Jul 18, 2024
1 parent 7b3e959 commit 84dc793
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ name: Build and Test

on:
pull_request:
branches: [ main, development, feat/* ]
branches: [ main, development, feat/*, release/* ]
workflow_dispatch:

jobs:
Expand Down

0 comments on commit 84dc793

Please sign in to comment.