Skip to content

Commit c1b56a1

Browse files
vdiezclaude
andcommitted
Add temporary push trigger for testing
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 879c14f commit c1b56a1

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/docker-a3s-repox.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
name: Build A3S Docker Image (Repox)
22

33
on:
4+
push:
5+
branches:
6+
- docker-a3s-repox-workflow # Temporary: for testing, remove before merge
47
workflow_dispatch:
58
inputs:
69
branch:
@@ -43,7 +46,7 @@ jobs:
4346
- name: Checkout source code
4447
uses: actions/checkout@v6
4548
with:
46-
ref: ${{ inputs.branch }}
49+
ref: ${{ inputs.branch || github.ref }}
4750

4851
- uses: jdx/mise-action@v3.6.1
4952
with:

0 commit comments

Comments
 (0)