Skip to content

Commit 7b6717b

Browse files
authored
ci: Run format and test on Pull Request (#24)
1 parent 256c18b commit 7b6717b

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.github/workflows/format.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
name: Format
22

3-
on:
4-
- push
3+
on: [push, pull_request]
54

65
jobs:
76
golangci-lint:

.github/workflows/test.yaml

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

3-
on:
4-
- push
3+
on: [push, pull_request]
54

65
jobs:
76
test:

0 commit comments

Comments
 (0)