File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -2,6 +2,7 @@ name: Pre-commit checks
22
33on :
44 pull_request :
5+ branches : " **"
56 push :
67 branches : [main]
78
3637 pythnet/message_buffer
3738 pythnet/pythnet_sdk
3839 pythnet/stake_caps_parameters
39- # We only save the cache from runs on `main` because the cache is ~5GB, and the total Github Cache limit is 10GB.
40- # Branches have their own caches, so saving this cache on PRs can result in evicting the main cache.
41- save-if : ${{ github.ref == 'refs/heads/main' }}
40+ # We only save the cache from runs on `main` because the cache is ~5GB, and the total Github Cache limit is 10GB.
41+ # Branches have their own caches, so saving this cache on PRs can result in evicting the main cache.
42+ save-if : ${{ github.ref == 'refs/heads/main' }}
4243 - name : Install protoc
4344 uses : arduino/setup-protoc@v3
4445 with :
You can’t perform that action at this time.
0 commit comments