Skip to content

Commit 4aa8270

Browse files
committed
Merge branch 'release-2.1.5' into develop
2 parents 3c91d29 + 5723d06 commit 4aa8270

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ name: Deploy to production
22
on:
33
workflow_run:
44
workflows: ["Test"]
5-
tags:
6-
- '*'
5+
branches:
6+
- release
77
types:
88
- completed
99
env:

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "p5.js-web-editor",
3-
"version": "2.1.4",
3+
"version": "2.1.5",
44
"description": "The web editor for p5.js.",
55
"scripts": {
66
"clean": "rimraf dist",

0 commit comments

Comments
 (0)