run on forked branches

This commit is contained in:
Evgeny Danienko 2022-05-16 10:12:09 +03:00
parent e787097874
commit 52647fcd88

View file

@ -3,11 +3,10 @@ on:
push: push:
branches: branches:
- "**" - "**"
- "!master"
pull_request: pull_request:
branches: branches:
- "master" - "**"
types: [closed] types: [opened, synchronize]
concurrency: concurrency:
group: build-${{ github.event.pull_request.number || github.ref }} group: build-${{ github.event.pull_request.number || github.ref }}