Skip to content

Commit

Permalink
Merge pull request #38 from dynamicweb/milestones-build
Browse files Browse the repository at this point in the history
Milestones build
  • Loading branch information
frederik5480 authored May 31, 2024
2 parents 5439ae4 + 8889553 commit 394123c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Call common build and push

on:
push:
branches: [ "main" ]
branches: [ "main", "milestones/*" ]

jobs:
call-pushworkflow:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
pull_request:
branches:
- main
- milestones/*

jobs:
call-workflow:
Expand Down

0 comments on commit 394123c

Please sign in to comment.