Skip to content

Commit fbc4882

Browse files
committed
change trigger for lint and test to pr
1 parent 669f860 commit fbc4882

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: Lint
2-
on: [push]
2+
on: [pull_request]
33
jobs:
44
lint:
55
runs-on: ubuntu-latest

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: Validate Plugin Version Test
2-
on: [push]
2+
on: [pull_request]
33
jobs:
44
test:
55
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)