Skip to content

Commit 06d3e58

Browse files
authored
Merge pull request #65 from diffblue/fix-ci-branch
change the name of the branch we do CI on to 'main'
2 parents 7995ac3 + d414a32 commit 06d3e58

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
name: Build and Test HW-CBMC
22
on:
33
push:
4-
branches: [ master ]
4+
branches: [ main ]
55
pull_request:
6-
branches: [ master ]
6+
branches: [ main ]
77

88
jobs:
99
# This job takes approximately 15 minutes

0 commit comments

Comments
 (0)