Skip to content

Commit 2964edf

Browse files
committed
Run GitHub pull request checks on push to develop
This will make sure tests still pass on the merged code base. Also, this will make sure caches are actually available on first run in pull requests: GitHub caches are access restricted and caches created by branches in forks will not be considered. Only cache entries for the base branch are always available.
1 parent 97dcc54 commit 2964edf

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/pull-request-checks.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
name: Build and Test CBMC
22
on:
3+
push:
4+
branches: [ develop ]
35
pull_request:
46
branches: [ develop ]
57
env:

0 commit comments

Comments
 (0)