Github actions только на мастере

This commit is contained in:
Anthony Axenov 2020-05-28 01:13:08 +08:00
parent 3385420005
commit 670f440620

View File

@ -1,6 +1,9 @@
name: Composer and phpunit tests
name: Build
on: [push]
on:
push:
branches:
- master
jobs:
build: