Skip to content

Commit ada2c07

Browse files
committed
Refactor workflow triggers in Build-self-hosted-O64-O32.yml for improved clarity and organization
1 parent 7b720cb commit ada2c07

File tree

1 file changed

+14
-2
lines changed

1 file changed

+14
-2
lines changed

.github/workflows/Build-self-hosted-O64-O32.yml

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,19 @@
11
name: Build-self-hosted-O64-O32
22
on:
3-
- workflow_dispatch
3+
push:
4+
branches:
5+
- main
6+
- feature/**
7+
- bugfix/**
8+
paths:
9+
- 'source/**'
10+
- '.github/workflows/**'
11+
pull_request:
12+
branches:
13+
- main
14+
release:
15+
types: [published]
16+
workflow_dispatch:
417

518
permissions:
619
id-token: write
@@ -46,4 +59,3 @@ jobs:
4659
with:
4760
subject-name: "Binary files (${{ matrix.label }})"
4861
subject-digest: sha256:${{ steps.upload.outputs.artifact-digest }}
49-

0 commit comments

Comments
 (0)