Skip to content
This repository was archived by the owner on Mar 20, 2025. It is now read-only.

Commit 9e5038e

Browse files
committed
Run workflow for Pull Requests
1 parent c77d7af commit 9e5038e

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.github/workflows/lint.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
name: Lint
22
on:
3-
- push
3+
- push:
4+
branches: main
5+
pull_request:
46
jobs:
57
lint:
68
name: Lint

.github/workflows/test.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
name: Test
22
on:
3-
- push
3+
push:
4+
branches: main
5+
pull_request:
46
jobs:
57
test:
68
strategy:

0 commit comments

Comments
 (0)