1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00

Fix test GH action to run on all branches

Signed-off-by: Sebastian Malton <sebastian@malton.name>
This commit is contained in:
Sebastian Malton 2021-09-16 09:17:03 -04:00
parent 1ebb8eedf7
commit 0e8fba7373

View File

@ -2,7 +2,7 @@ name: Test
on:
pull_request:
branches:
- "*"
- "**"
push:
branches:
- master