Skip to content
This repository was archived by the owner on Nov 22, 2024. It is now read-only.

Commit d4ea9ea

Browse files
authored
ci: notarize: on: pull request: Test against main PRs
Related: #39 Signed-off-by: John Andersen <johnandersenpdx@gmail.com>
1 parent f0b39c4 commit d4ea9ea

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/notarize.yml

+5
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,11 @@ on:
3131
description: 'Subject for statement'
3232
default: ''
3333
type: string
34+
pull_request:
35+
branches:
36+
- main
37+
paths-ignore:
38+
- '**.md'
3439

3540
jobs:
3641
notarize:

0 commit comments

Comments
 (0)