mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
Test also push to branches on gh actions (#2532)
Signed-off-by: Jari Kolehmainen <jari.kolehmainen@gmail.com>
This commit is contained in:
parent
e5f613ead7
commit
95ebb52f5d
7
.github/workflows/test.yml
vendored
7
.github/workflows/test.yml
vendored
@ -1,6 +1,11 @@
|
|||||||
name: Test
|
name: Test
|
||||||
on:
|
on:
|
||||||
- pull_request
|
pull_request:
|
||||||
|
branches:
|
||||||
|
- "*"
|
||||||
|
push:
|
||||||
|
branches:
|
||||||
|
- master
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
name: Test
|
name: Test
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user