Skip to content

Commit

Permalink
Run builds also for PR's to release branches.
Browse files Browse the repository at this point in the history
  • Loading branch information
dokterbob committed Oct 22, 2024
1 parent 26bf15b commit 39ebae7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ on:
workflow_call:
workflow_dispatch:
pull_request:
branches: [main, dev]
branches: [main, dev, 'release/**']
push:
branches: [main, dev]
branches: [main, dev, 'release/**']

permissions: read-all

Expand Down

0 comments on commit 39ebae7

Please sign in to comment.