mirror of
https://github.com/Redocly/redoc.git
synced 2025-04-21 17:21:58 +03:00
update test wf logic to not run twice for every push
This commit is contained in:
parent
587217e8c6
commit
7a543ebe72
6
.github/workflows/e2e-tests.yml
vendored
6
.github/workflows/e2e-tests.yml
vendored
|
@ -1,6 +1,10 @@
|
|||
name: E2E Tests
|
||||
|
||||
on: [push, pull_request]
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- 'main'
|
||||
pull_request:
|
||||
|
||||
jobs:
|
||||
build-and-e2e:
|
||||
|
|
6
.github/workflows/unit-tests.yml
vendored
6
.github/workflows/unit-tests.yml
vendored
|
@ -1,6 +1,10 @@
|
|||
name: Unit Tests
|
||||
|
||||
on: [push, pull_request]
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- 'main'
|
||||
pull_request:
|
||||
|
||||
jobs:
|
||||
build-and-unit:
|
||||
|
|
Loading…
Reference in New Issue
Block a user