mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-04-14 16:40:58 -04:00
update events for GH actions to include PRs (#511)
* update events for GH actions to include PRs * change action events to pull_request only
This commit is contained in:
parent
d1fb824369
commit
5bd1c8b3cd
2 changed files with 2 additions and 2 deletions
2
.github/workflows/lint.yml
vendored
2
.github/workflows/lint.yml
vendored
|
@ -1,6 +1,6 @@
|
|||
name: Node CI
|
||||
|
||||
on: [push]
|
||||
on: [pull_request]
|
||||
|
||||
jobs:
|
||||
lint:
|
||||
|
|
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
|
@ -1,6 +1,6 @@
|
|||
name: Node CI
|
||||
|
||||
on: [push]
|
||||
on: [pull_request]
|
||||
|
||||
jobs:
|
||||
test:
|
||||
|
|
Loading…
Add table
Reference in a new issue