Skip to content

Commit bb4492e

Browse files
committed
Attempt to run CI on pull requests from forks
1 parent 924b389 commit bb4492e

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.github/workflows/test.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
name: CI
22

3-
on: [push]
3+
on:
4+
push:
5+
branches:
6+
- master
7+
- 'v[0-9]*'
8+
tags:
9+
- 'v[0-9]*'
10+
pull_request:
411

512
jobs:
613
test:

0 commit comments

Comments
 (0)