Skip to content

Commit 4bb14bc

Browse files
committed
Add pull request workflow
Remove unused version file
1 parent 13f8685 commit 4bb14bc

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@ name: CI
22

33
on:
44
workflow_dispatch:
5+
pull_request:
6+
branches:
7+
- "**"
8+
paths-ignore:
9+
- README.md
510

611
jobs:
712
build:

version.txt

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)