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
2
2
3
3
on :
4
4
pull_request :
5
+ branches : " **"
5
6
push :
6
7
branches : [main]
7
8
36
37
pythnet/message_buffer
37
38
pythnet/pythnet_sdk
38
39
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' }}
42
43
- name : Install protoc
43
44
uses : arduino/setup-protoc@v3
44
45
with :
You can’t perform that action at this time.
0 commit comments