Skip to content

Commit 331489f

Browse files
committed
support a different branch
1 parent e0075b9 commit 331489f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/snapshot.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on:
55
push:
66
branches:
77
- "main"
8+
- "feature/support-provenance-with-github-actions"
89
workflow_dispatch:
910
inputs:
1011
dry_run:
@@ -48,6 +49,7 @@ jobs:
4849
vaultRoleId: ${{ secrets.VAULT_ROLE_ID }}
4950
vaultSecretId: ${{ secrets.VAULT_SECRET_ID }}
5051
pipeline: apm-agent-java-snapshot
52+
pipelineBranch: ${{ github.ref_name }}
5153
artifactName: snapshots
5254
artifactPath: "**/target/*"
5355
waitFor: true

0 commit comments

Comments
 (0)