aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/check-c.yml
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@protonmail.com>2023-10-05 09:05:10 -0400
committerLibravatar GitHub <noreply@github.com>2023-10-05 09:05:10 -0400
commit0617a70f4d3fffc363e82bbad923063efc6cb331 (patch)
tree035bff63781d3da12a1d208877ea433f54672c02 /.github/workflows/check-c.yml
parentMerge pull request #6030 from glitsj16/np-floorp (diff)
parentci: allow running workflows manually (diff)
downloadfirejail-0617a70f4d3fffc363e82bbad923063efc6cb331.tar.gz
firejail-0617a70f4d3fffc363e82bbad923063efc6cb331.tar.zst
firejail-0617a70f4d3fffc363e82bbad923063efc6cb331.zip
Merge pull request #6026 from kmk3/ci-allow-manual-run
ci: allow running workflows manually
Diffstat (limited to '.github/workflows/check-c.yml')
-rw-r--r--.github/workflows/check-c.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/check-c.yml b/.github/workflows/check-c.yml
index 38cb25381..946fd24f8 100644
--- a/.github/workflows/check-c.yml
+++ b/.github/workflows/check-c.yml
@@ -3,6 +3,7 @@
3name: Check-C 3name: Check-C
4 4
5on: 5on:
6 workflow_dispatch:
6 push: 7 push:
7 branches-ignore: 8 branches-ignore:
8 - 'dependabot/**' 9 - 'dependabot/**'