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

pull/2/head
Anthony Axenov 2020-05-28 01:13:08 +08:00
parent 3385420005
commit 670f440620
1 changed files with 5 additions and 2 deletions

View File

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