diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 325ef9b3..66a66a0b 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -3,6 +3,7 @@ name: Test on: push: branches: + - oldstable - stable - testing - unstable @@ -12,6 +13,7 @@ on: - '!.github/workflows/test.yml' pull_request: branches: + - oldstable - stable - testing - unstable