Skip to content

Commit a547ac7

Browse files
committed
ci: Run Github Actions for PRs as well as pushes
1 parent 7e68247 commit a547ac7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/lint.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: Lint
2-
on: [push]
2+
on: [push, pull_request]
33

44
jobs:
55
lint:

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: Test-Release
2-
on: [push]
2+
on: [push, pull_request]
33

44
jobs:
55
tests:

0 commit comments

Comments
 (0)