Skip to content

Commit 0f89303

Browse files
committed
ci(tests): Test on push, pull_request
1 parent d2696e9 commit 0f89303

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

.github/workflows/tests.yml

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

3-
on: [push]
3+
on:
4+
push:
5+
branches:
6+
- master
7+
- 'v*.x'
8+
tags:
9+
- '**'
10+
pull_request:
11+
branches:
12+
- '**'
413

514
jobs:
615
build:

0 commit comments

Comments
 (0)