File tree 1 file changed +3
-5
lines changed 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change 22
22
# │ │ │ │ ┌───────────── day of the week (0 - 6 or SUN-SAT)
23
23
# │ │ │ │ │
24
24
- cron : " 42 2 * * SUN,WED"
25
- push :
26
25
pull_request :
27
- types : [labeled, opened, synchronize, reopened]
26
+ branches :
27
+ - main
28
+ - maintenance/**
28
29
workflow_dispatch :
29
30
30
31
concurrency :
62
63
contains(needs.get_commit_message.outputs.message, '[wheel build]') ||
63
64
github.event_name == 'schedule' ||
64
65
github.event_name == 'workflow_dispatch' ||
65
- (github.event_name == 'pull_request' &&
66
- (contains(github.event.pull_request.labels.*.name, '36 - Build') ||
67
- contains(github.event.pull_request.labels.*.name, '14 - Release'))) ||
68
66
(github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v') && ( ! endsWith(github.ref, 'dev0')))
69
67
runs-on : ${{ matrix.buildplat[0] }}
70
68
strategy :
You can’t perform that action at this time.
0 commit comments