Skip to content

Commit bbe2838

Browse files
authored
ci: adjust job triggers (#58)
1 parent 07534b1 commit bbe2838

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

914
steps:

0 commit comments

Comments
 (0)