Skip to content

Commit 75169b9

Browse files
committed
update deps
1 parent 803608d commit 75169b9

File tree

4 files changed

+270
-266
lines changed

4 files changed

+270
-266
lines changed

.github/workflows/rtp.js.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
name: rtp.js
22

3-
on: [pull_request, workflow_dispatch]
3+
on:
4+
push:
5+
branches: [master]
6+
pull_request:
7+
workflow_dispatch:
48

59
concurrency:
610
# Cancel a currently running workflow from the same PR, branch or tag when a

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@ npm install rtp.js
5353

5454
## Authors
5555

56-
- Iñaki Baz Castillo [[ website ](https://inakibaz.me)|[ github ](https://github.com/ibc)]
57-
- José Luis Millán [[ github ](https://github.com/jmillan)]
56+
- Iñaki Baz Castillo [[website](https://inakibaz.me)|[github](https://github.com/ibc/)]
57+
- José Luis Millán [[github](https://github.com/jmillan/)]
5858

5959
## License
6060

0 commit comments

Comments
 (0)