aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/build-extra.yml
diff options
context:
space:
mode:
authorLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2023-09-26 12:16:24 -0300
committerLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2023-09-26 12:24:14 -0300
commite796ba1349c964633ef85c02ce3f0273f5623a6f (patch)
tree58aa880a74763907f2cddb2002dfed925773cd67 /.github/workflows/build-extra.yml
parentyoutubemusic-nativefier: fix include .local name (#6020) (diff)
downloadfirejail-e796ba1349c964633ef85c02ce3f0273f5623a6f.tar.gz
firejail-e796ba1349c964633ef85c02ce3f0273f5623a6f.tar.zst
firejail-e796ba1349c964633ef85c02ce3f0273f5623a6f.zip
ci: allow running workflows manually
Add `on.workflow_dispatch`. See: * https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#onworkflow_dispatch * https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows#workflow_dispatch
Diffstat (limited to '.github/workflows/build-extra.yml')
-rw-r--r--.github/workflows/build-extra.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/build-extra.yml b/.github/workflows/build-extra.yml
index 29817211d..2d81f2e42 100644
--- a/.github/workflows/build-extra.yml
+++ b/.github/workflows/build-extra.yml
@@ -3,6 +3,7 @@
3name: Build-extra 3name: Build-extra
4 4
5on: 5on:
6 workflow_dispatch:
6 push: 7 push:
7 branches-ignore: 8 branches-ignore:
8 - 'dependabot/**' 9 - 'dependabot/**'