mirror of
https://github.com/gofiber/fiber.git
synced 2025-05-31 11:52:41 +00:00
reduce duplicated tests run actions
This commit is contained in:
parent
fb780a01d0
commit
96b4db17c6
8
.github/workflows/test.yml
vendored
8
.github/workflows/test.yml
vendored
@ -1,4 +1,10 @@
|
|||||||
on: [push, pull_request]
|
on:
|
||||||
|
push:
|
||||||
|
branches:
|
||||||
|
- master
|
||||||
|
pull_request:
|
||||||
|
branches:
|
||||||
|
- master
|
||||||
name: Test
|
name: Test
|
||||||
jobs:
|
jobs:
|
||||||
Build:
|
Build:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user