diff options
| author | Nirbheek Chauhan <nirbheek@centricular.com> | 2021-01-09 12:34:04 +0530 |
|---|---|---|
| committer | Nirbheek Chauhan <nirbheek.chauhan@gmail.com> | 2021-01-09 14:06:21 +0530 |
| commit | 832bcac0a793d63f4bf093c12580b4a605155476 (patch) | |
| tree | dafdc2ae3bf4c37d71aad05c92e3435109cd6231 /.github | |
| parent | 540deb538b5e734e397b1803977d6faed1eb9881 (diff) | |
| download | meson-832bcac0a793d63f4bf093c12580b4a605155476.tar.gz | |
ci: Run github workflows on stable branches too
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/nonative.yml | 2 | ||||
| -rw-r--r-- | .github/workflows/os_comp.yml | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/.github/workflows/nonative.yml b/.github/workflows/nonative.yml index 44eeb9e52..fd6045f35 100644 --- a/.github/workflows/nonative.yml +++ b/.github/workflows/nonative.yml @@ -4,6 +4,8 @@ on: push: branches: - master + # Stable branches such as 0.56 or the eventual 1.0 + - '[0-9]+.[0-9]+' pull_request: jobs: diff --git a/.github/workflows/os_comp.yml b/.github/workflows/os_comp.yml index b8940fa32..a5be49935 100644 --- a/.github/workflows/os_comp.yml +++ b/.github/workflows/os_comp.yml @@ -4,6 +4,8 @@ on: push: branches: - master + # Stable branches such as 0.56 or the eventual 1.0 + - '[0-9]+.[0-9]+' pull_request: jobs: |
