diff --git a/.github/workflows/verify-gpg-signatures.yml b/.github/workflows/verify-gpg-signatures.yml index 4ea2b22..aa6cdc2 100644 --- a/.github/workflows/verify-gpg-signatures.yml +++ b/.github/workflows/verify-gpg-signatures.yml @@ -1,10 +1,12 @@ name: Verify GPG Signatures on Commits on: - pull_request: - branches: [main] push: - branches: [main] + branches: + - '**' + pull_request: + branches: + - '**' workflow_dispatch: inputs: check_all_commits: