Build on release after all

This commit is contained in:
Wietse Wind
2023-12-29 15:43:33 +01:00
committed by GitHub
parent b476aea55b
commit 66ee96d456

View File

@@ -2,9 +2,9 @@ name: Build using Docker
on: on:
push: push:
branches: [ "dev", "candidate" ] branches: [ "dev", "candidate", "release" ]
pull_request: pull_request:
branches: [ "dev", "candidate" ] branches: [ "dev", "candidate", "release" ]
concurrency: concurrency:
group: ${{ github.workflow }}-${{ github.ref }} group: ${{ github.workflow }}-${{ github.ref }}