Skip to content

Commit efe234b

Browse files
committed
ci: do not build on release
Signed-off-by: Jianhui Zhao <zhaojh329@gmail.com>
1 parent b18be8d commit efe234b

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

.github/workflows/build.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,13 @@
11
name: build
2-
on: [push, pull_request]
2+
on:
3+
push:
4+
branches:
5+
- '**'
6+
tags-ignore:
7+
- '**'
38
jobs:
49
build:
5-
runs-on: ubuntu-22.04
10+
runs-on: ubuntu-24.04
611
strategy:
712
matrix:
813
include:

0 commit comments

Comments
 (0)