From f2af35fc2e108789ee6ca352eaadd20408d8c679 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jon=20H=C3=A4ggblad?= Date: Tue, 30 Jan 2024 13:56:12 +0100 Subject: [PATCH] Enable pull_request trigger on ci-cargo-deny --- .github/workflows/ci-cargo-deny.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci-cargo-deny.yml b/.github/workflows/ci-cargo-deny.yml index a9a84fc271..277cb8b0f4 100644 --- a/.github/workflows/ci-cargo-deny.yml +++ b/.github/workflows/ci-cargo-deny.yml @@ -1,5 +1,8 @@ name: ci-cargo-deny -on: [workflow_dispatch] +on: + workflow_dispatch: + pull_request: + jobs: cargo-deny: runs-on: ubuntu-22.04