Skip to content

Commit

Permalink
ci/pre-check: don't check for signatures on push to master
Browse files Browse the repository at this point in the history
Unfortunately some unsigned commits sneaked in before we had this check
  • Loading branch information
marijanp committed Feb 20, 2024
1 parent 376fe49 commit 3d5a0c4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/pre-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ name: pre-check
on:
pull_request:
branches: [main]
push:
branches: [main]

jobs:
check-signed-commits:
Expand Down

0 comments on commit 3d5a0c4

Please sign in to comment.