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 (#3822)

This commit is contained in:
Sebastian Malton 2021-09-16 10:38:31 -04:00 committed by GitHub
parent 1ebb8eedf7
commit e5c9c9a4b5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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