CI: only run test_size on a pull request

This commit is contained in:
Andrew Tridgell 2022-10-08 09:26:08 +11:00 committed by Randy Mackay
parent 667d0cf73f
commit 12b6fa0948
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
name: test size
on: [push, pull_request, workflow_dispatch]
on: [pull_request]
# paths:
# - "*"
# - "!README.md" <-- don't rebuild on doc change