Skip to content

Commit 35c43b6

Browse files
authored
fix: update github build triggers (#65)
1 parent fc1abdc commit 35c43b6

File tree

3 files changed

+6
-9
lines changed

3 files changed

+6
-9
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
name: build
22

33
on:
4-
push:
5-
branches-ignore:
6-
- main
4+
pull_request:
5+
types: [assigned, edited, opened, synchronize, reopened]
76

87
jobs:
98
build:

.github/workflows/lint.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
name: lint
22

33
on:
4-
push:
5-
branches-ignore:
6-
- main
4+
pull_request:
5+
types: [assigned, edited, opened, synchronize, reopened]
76

87
jobs:
98
lint:

.github/workflows/test.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
name: test
22

33
on:
4-
push:
5-
branches-ignore:
6-
- main
4+
pull_request:
5+
types: [assigned, edited, opened, synchronize, reopened]
76

87
jobs:
98
test:

0 commit comments

Comments
 (0)