mirror of
https://github.com/captbaritone/webamp.git
synced 2026-08-04 16:04:55 +00:00
push is more generic than pull_request
We don't need both
This commit is contained in:
parent
565592448d
commit
916ff6f96b
1 changed files with 1 additions and 1 deletions
2
.github/workflows/nodejs.yml
vendored
2
.github/workflows/nodejs.yml
vendored
|
|
@ -1,6 +1,6 @@
|
|||
name: CI
|
||||
|
||||
on: [pull_request, push]
|
||||
on: [push]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue