CI: only run test_size on a pull request

This commit is contained in:
Andrew Tridgell 2022-10-08 09:26:08 +11:00
parent d612bb3089
commit ab7582af7c
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