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:
branches:
- "**"
- "!main"
pull_request:
branches:
- "**"
types: [opened, synchronize]
types: [opened, synchronize, closed]
workflow_dispatch:
concurrency:
group: build-${{ github.event.pull_request.number || github.ref }}