Skip to content

Commit

Permalink
Add extra branches.
Browse files Browse the repository at this point in the history
  • Loading branch information
io7m committed Oct 16, 2024
1 parent 8ad25b8 commit 0d6ad67
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ name: ${workflowName}
[#if sourceEvent == "Push"]
on:
push:
branches: [ develop, feature/*, release/* ]
branches: [ master, main, develop, feature/*, release/* ]
[#else]
on:
pull_request:
branches: [ develop, feature/*, release/* ]
branches: [ master, main, develop, feature/*, release/* ]
[/#if]

jobs:
Expand Down

0 comments on commit 0d6ad67

Please sign in to comment.