We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 372dcc0 commit 7837bbcCopy full SHA for 7837bbc
1 file changed
.github/workflows/beta.yml
@@ -3,11 +3,11 @@ name: beta
3
on:
4
workflow_dispatch:
5
pull_request:
6
- types: [labeled]
+ types: [labeled, synchronize]
7
8
jobs:
9
sync:
10
- if: github.event_name == 'workflow_dispatch' || github.event.label.name == 'beta'
+ if: github.event_name == 'workflow_dispatch' || contains(github.event.pull_request.labels.*.name, 'beta')
11
runs-on: blacksmith-4vcpu-ubuntu-2404
12
permissions:
13
contents: write
0 commit comments