Skip to content

Commit

Permalink
Trigger builds from labels as well
Browse files Browse the repository at this point in the history
This is only a workaround for when we want
to generate a new deployment package
without having to push any changes to the deployment
repository too. This was needed due to
github not allowing to re-run old workflows
after some time has passed.
  • Loading branch information
nothingface0 committed Jan 20, 2025
1 parent 50146aa commit 5c89ac6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build_installation_package.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: Build DQMGUI Installation Package

on: [push]
on:
push:
label:
types: [created]

jobs:
build_and_upload:
Expand Down

0 comments on commit 5c89ac6

Please sign in to comment.