Skip to content

Commit

Permalink
ci(build-main): add support to trigger build for release branches lik…
Browse files Browse the repository at this point in the history
…e 10.2.x
  • Loading branch information
ageorges-nbb committed Mar 10, 2021
1 parent 7e74161 commit 35e9b6d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,13 @@ on:
push:
branches:
- master
- /^\d+\.\d+\.x$/
tags:
- "*"
pull_request:
branches:
- master
- /^\d+\.\d+\.x$/

env:
TZ: "Europe/Brussels"
Expand Down

0 comments on commit 35e9b6d

Please sign in to comment.