Skip to content

Commit b822c75

Browse files
committed
fixup! TRASK FORK ONLY
1 parent cb61ced commit b822c75

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on:
55
# branches:
66
# - main
77
pull_request:
8+
types: [opened, synchronize, reopened, labeled]
89
workflow_dispatch:
910

1011
concurrency:
@@ -14,6 +15,7 @@ concurrency:
1415
jobs:
1516
common:
1617
uses: ./.github/workflows/build-common.yml
18+
if: ${{ github.event_name == 'workflow_dispatch' || contains(github.event.pull_request.labels.*.name, 'build') }}
1719

1820
required-status-check:
1921
needs:

0 commit comments

Comments
 (0)