Skip to content

Commit e64e474

Browse files
authored
ci: adjust job triggers (#94)
1 parent 99f064f commit e64e474

1 file changed

Lines changed: 7 additions & 2 deletions

File tree

.github/workflows/test.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,14 @@
11
name: Test
22

3-
on: [push, pull_request]
3+
on:
4+
push:
5+
branches:
6+
- '**'
7+
pull_request:
8+
types: [opened]
49

510
jobs:
6-
build:
11+
unit:
712
runs-on: ubuntu-latest
813
strategy:
914
max-parallel: 4

0 commit comments

Comments
 (0)