run on forked branches

This commit is contained in:
Evgeny Danienko 2022-05-16 10:35:57 +03:00
parent 52647fcd88
commit 30dd11a183

View file

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