diff options
| author | Jack Koenig | 2022-01-17 17:17:20 -0800 |
|---|---|---|
| committer | Jack Koenig | 2022-01-17 17:17:20 -0800 |
| commit | bf0f0d8545747c4aa1e5e2abe4e27e339006f86f (patch) | |
| tree | 2d2ff4e1e38e0cb004b2403d41d8c6a1d3fdd19d /.github/workflows | |
| parent | 548fe4265b556742785a07daf261672b72769e0c (diff) | |
Add 3.5.x to Github Actions push triggers
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/test.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index dc7376a3..c0249269 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -5,6 +5,7 @@ on: push: branches: - master + - 3.5.x - 3.4.x - 3.3.x - 3.2.x |
