We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b720cb commit ada2c07Copy full SHA for ada2c07
.github/workflows/Build-self-hosted-O64-O32.yml
@@ -1,6 +1,19 @@
1
name: Build-self-hosted-O64-O32
2
on:
3
- - workflow_dispatch
+ push:
4
+ branches:
5
+ - main
6
+ - feature/**
7
+ - bugfix/**
8
+ paths:
9
+ - 'source/**'
10
+ - '.github/workflows/**'
11
+ pull_request:
12
13
14
+ release:
15
+ types: [published]
16
+ workflow_dispatch:
17
18
permissions:
19
id-token: write
@@ -46,4 +59,3 @@ jobs:
46
59
with:
47
60
subject-name: "Binary files (${{ matrix.label }})"
48
61
subject-digest: sha256:${{ steps.upload.outputs.artifact-digest }}
49
-
0 commit comments