Skip to content
This repository was archived by the owner on Nov 10, 2025. It is now read-only.

Commit f9c3d41

Browse files
committed
ci: update workflow action
1. Rename action Build to Continuous Integration. 2. Update status badge.
1 parent f8a23e2 commit f9c3d41

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

.github/workflows/build.yaml renamed to .github/workflows/ci.yaml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,11 @@
1-
name: Build
1+
name: Continuous Integration
22

33
on:
44
push:
5-
branches: ['feature/**', '*fix/**', 'release/**']
6-
tags: ['version-*']
7-
pull_request:
85
branches: ['main', 'develop']
96

107
jobs:
11-
build:
8+
ci:
129
strategy:
1310
fail-fast: false
1411
matrix:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[![Build](https://github.com/algoritnl/sqlite-amalgamation/actions/workflows/build.yaml/badge.svg)](https://github.com/algoritnl/sqlite-amalgamation/actions/workflows/build.yaml)
1+
[![Continuous Integration](https://github.com/algoritnl/sqlite-amalgamation/actions/workflows/ci.yaml/badge.svg)](https://github.com/algoritnl/sqlite-amalgamation/actions/workflows/ci.yaml)
22

33
# CMake Build System for the SQLite Amalgamation
44

0 commit comments

Comments
 (0)