[ci] build PHP70 only on prefixed branches (#5)

This commit is contained in:
Tomas Votruba 2021-05-10 21:13:16 +02:00 committed by GitHub
parent 1a88977444
commit a297f323d4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,11 +3,13 @@
name: Build Scoped Rector PHP 7.0
on:
push:
branches:
- main
tags:
- '*'
# push:
# branches:
# - main
# tags:
# - '*'
pull_request:
- php70-*
env:
# see https://github.com/composer/composer/issues/9368#issuecomment-718112361