CI on jshooks branch (#317)

This commit is contained in:
Wietse Wind
2024-05-24 02:10:40 +02:00
committed by GitHub
parent acd455f5df
commit 247e9d98bf

View File

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