Skip to content

Commit 76285fd

Browse files
committed
Enable cibuild runs
1 parent 9a6beec commit 76285fd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ name: Build
1010

1111
on:
1212
push:
13-
branches: [ 'master', 'release/**' ]
13+
branches: [ 'master', 'release/**', 'update-to-net7-ef7' ]
1414
pull_request:
15-
branches: [ 'master', 'release/**' ]
15+
branches: [ 'master', 'release/**', 'update-to-net7-ef7' ]
1616
release:
1717
types: [published]
1818

0 commit comments

Comments
 (0)