Skip to content

Commit 3b733f6

Browse files
Chore/tweaks (#2)
* Be less wasteful * Typo
1 parent 8730d9b commit 3b733f6

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
name: Build
33

4-
on: [push, pull_request]
4+
on: [push]
55

66
jobs:
77
plugin_test:

.github/workflows/lint.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
name: Lint
33

4-
on: [push, pull_request]
4+
on: [push]
55

66
jobs:
77
lint:

SECURITY.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Find below updated information on our security policy.
99
We take the security of this software seriously.
1010

1111
We don't implement a bug bounty program or bounty rewards, but will work with
12-
you to ensure that your findings gets the appropriate handling.
12+
you to ensure that your findings get the appropriate handling.
1313

1414
## Reporting Security Issues
1515

0 commit comments

Comments
 (0)