mirror of
https://github.com/mkdocs/mkdocs.git
synced 2026-03-27 09:58:31 +07:00
Allow CI to run when pushing to a branch (#2439)
The motivation is that contributors currently have no good way to test their changes before opening a pull request
This commit is contained in:
10
.github/workflows/tox.yml
vendored
10
.github/workflows/tox.yml
vendored
@@ -1,14 +1,6 @@
|
||||
name: CI
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
tags:
|
||||
- '**'
|
||||
pull_request:
|
||||
branches:
|
||||
- '**'
|
||||
on: [push, pull_request]
|
||||
|
||||
jobs:
|
||||
test:
|
||||
|
||||
Reference in New Issue
Block a user