Skip to content

Commit

Permalink
👷 run CI for release branches
Browse files Browse the repository at this point in the history
  • Loading branch information
nlohmann committed Aug 15, 2021
1 parent 0923727 commit fa5d3b5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
branches:
- develop
- master
- release/*
pull_request:

jobs:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
branches:
- develop
- master
- release/*
pull_request:

jobs:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
branches:
- develop
- master
- release/*
pull_request:

jobs:
Expand Down

0 comments on commit fa5d3b5

Please sign in to comment.