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:
Oleh Prypin
2021-11-28 17:34:17 +01:00
committed by GitHub
parent c92eb40b57
commit d15b240247

View File

@@ -1,14 +1,6 @@
name: CI
on:
push:
branches:
- master
tags:
- '**'
pull_request:
branches:
- '**'
on: [push, pull_request]
jobs:
test: