Skip to content

Commit 72badf3

Browse files
committed
Run docmatch on PR/push too
1 parent f98f9b3 commit 72badf3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/compare.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
name: Compare spec to docs
22
on:
33
workflow_dispatch:
4+
pull_request:
5+
push:
6+
branches: [master]
47
jobs:
58
compare:
69
runs-on: ubuntu-22.04

0 commit comments

Comments
 (0)