Skip to content

Commit

Permalink
verify sigs on all branches
Browse files Browse the repository at this point in the history
  • Loading branch information
samj committed Jul 23, 2024
1 parent 65d4ba1 commit 79f3ef9
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/verify-gpg-signatures.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down

0 comments on commit 79f3ef9

Please sign in to comment.