Skip to content

Commit

Permalink
Merge pull request #2873 from NationalBankBelgium/bugfix/fix-wrong-ci…
Browse files Browse the repository at this point in the history
…-branches-pattern

ci(build-main): fix pattern of workflow trigger event
  • Loading branch information
SuperITMan authored Aug 5, 2021
2 parents a1ef41d + 8477a3a commit 4a3c14a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ on:
push:
branches:
- master
- [0-9]+.[0-9]+.x
- 1[0-9].[0-9]+.x
tags:
- "*"
pull_request:
branches:
- master
- [0-9]+.[0-9]+.x
- 1[0-9].[0-9]+.x

env:
TZ: "Europe/Brussels"
Expand Down

0 comments on commit 4a3c14a

Please sign in to comment.