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:
parent
f0f0789b45
commit
96110d2d4d
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@ -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:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user