diff --git a/.github/workflows/releases.yml b/.github/workflows/releases.yml index 684b2fb..efdc15c 100644 --- a/.github/workflows/releases.yml +++ b/.github/workflows/releases.yml @@ -2,7 +2,7 @@ name: MonarcAppBO releases on: push: - branches: [ 'ci-releases' ] + branches: [ 'master' ] tags: [ 'v*.*', 'v*.*.*', 'v*.*.*-*' ] pull_request: branches: [ 'master' ]