Skip to content
This repository was archived by the owner on Aug 21, 2024. It is now read-only.

Commit

Permalink
ci: allow publish from branch (#228)
Browse files Browse the repository at this point in the history
  • Loading branch information
AuHau authored Nov 16, 2022
1 parent 9689632 commit fa4533d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ on:
stateCommit:
description: 'The images will have cheques by the traffic generation'
default: 'false'
branch:
description: 'Branch of this repo to build (default "master")'
default: master
required: false
push:
branches:
- 'master'
Expand Down Expand Up @@ -45,6 +49,8 @@ jobs:

- name: Checkout
uses: actions/checkout@v3
with:
ref: ${{ github.event.inputs.branch }}

- name: Set up QEMU
uses: docker/setup-qemu-action@v2
Expand Down

0 comments on commit fa4533d

Please sign in to comment.