mirror of https://github.com/gofiber/fiber.git
reduce duplicated tests run actions
parent
fb780a01d0
commit
96b4db17c6
|
@ -1,4 +1,10 @@
|
|||
on: [push, pull_request]
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
pull_request:
|
||||
branches:
|
||||
- master
|
||||
name: Test
|
||||
jobs:
|
||||
Build:
|
||||
|
|
Loading…
Reference in New Issue