Skip to content

Commit

Permalink
chore: add temp trigger to test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
MelchiorKokernoot committed Dec 19, 2024
1 parent 49b6400 commit 2a808b2
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/release-debian.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,17 @@
name: Release

on:
push:
branches:
- master
- feature/*

workflow_dispatch:
inputs:
branch:
description: "Branch to release from"
required: true
default: "master"
default: "feature/debian-and-upgrades-melle"
bundle:
description: "Bundle ID (next, self)"
required: true
Expand Down

0 comments on commit 2a808b2

Please sign in to comment.