diff options
| author | Isaac Freund <mail@isaacfreund.com> | 2022-01-29 13:48:50 +0100 |
|---|---|---|
| committer | Isaac Freund <mail@isaacfreund.com> | 2022-01-29 13:48:50 +0100 |
| commit | 363efd3e7949c9aafc947fda9a58571eee543ab6 (patch) | |
| tree | d78b70349065b2d19ea74ac0c0b5e174e712dce5 /.github/workflows/ci_build.yml | |
| parent | 1e3ea826c0e292c02772f72a3d2ef12f293e10cf (diff) | |
| download | river-363efd3e7949c9aafc947fda9a58571eee543ab6.tar.gz river-363efd3e7949c9aafc947fda9a58571eee543ab6.tar.xz | |
ci: run on 0.1.x branch
Diffstat (limited to '.github/workflows/ci_build.yml')
| -rw-r--r-- | .github/workflows/ci_build.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/ci_build.yml b/.github/workflows/ci_build.yml index efa0e3d..94fe86e 100644 --- a/.github/workflows/ci_build.yml +++ b/.github/workflows/ci_build.yml @@ -2,9 +2,11 @@ on: push: branches: - master + - '[0-9]+.[0-9]+.x' pull_request: branches: - master + - '[0-9]+.[0-9]+.x' name: voidlinux glibc |
