run on forked branches

This commit is contained in:
Evgeny Danienko 2022-05-16 10:47:33 +03:00
parent 30dd11a183
commit 91559f3955

View file

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