Skip to content

Commit 1290c49

Browse files
committed
ci: run on push to main, release tag, or PR
1 parent 6c84169 commit 1290c49

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

.github/workflows/tests.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
name: tests
22

3-
on: [push, pull_request]
3+
4+
on:
5+
push:
6+
branches: [main]
7+
tags:
8+
- "v[0-9]+.[0-9]+.[0-9]+*"
9+
pull_request:
410

511
jobs:
612

0 commit comments

Comments
 (0)