3
0
mirror of https://github.com/triqs/dft_tools synced 2024-10-31 11:13:46 +01:00

[ghactions] Allow both unstable and release branch builds

This commit is contained in:
Nils Wentzell 2024-05-31 12:37:00 -04:00
parent f0f0789b45
commit 96110d2d4d

View File

@ -2,9 +2,9 @@ name: build
on:
push:
branches: [ unstable ]
branches: [ unstable, '[0-9]+.[0-9]+.x' ]
pull_request:
branches: [ unstable ]
branches: [ unstable, '[0-9]+.[0-9]+.x' ]
workflow_call:
workflow_dispatch: