aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/build.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.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.yml')
-rw-r--r--.github/workflows/build.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 0577cb962..0a4da2cc3 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -5,6 +5,7 @@ name: Build
5 5
6# Note: Keep this list in sync with DISTFILES in ../../Makefile. 6# Note: Keep this list in sync with DISTFILES in ../../Makefile.
7on: 7on:
8 workflow_dispatch:
8 push: 9 push:
9 branches-ignore: 10 branches-ignore:
10 - 'dependabot/**' 11 - 'dependabot/**'