Skip to content

Commit 53dbe6d

Browse files
committed
chore: comment out pull request trigger in app-test.yml and update version in package.json to 4.1.7-next.13
1 parent a29edcd commit 53dbe6d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/app-test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ permissions:
66
name: App Test
77

88
on:
9-
pull_request:
10-
branches:
11-
- main
9+
# pull_request:
10+
# branches:
11+
# - main
1212
release:
1313
types:
1414
- published

cookbooks/app-react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@equinor/fusion-framework-cookbook-app-react",
3-
"version": "4.1.7-next.12",
3+
"version": "4.1.7-next.13",
44
"description": "",
55
"private": true,
66
"type": "module",

0 commit comments

Comments
 (0)