Skip to content

Commit e9c7f6e

Browse files
committed
setup work flow for testing
1 parent a604990 commit e9c7f6e

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

.github/workflows/push-lts-release.yml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -9,17 +9,9 @@ on:
99
push:
1010
branches:
1111
- v5-stable
12+
- test-fast-xml-parser-fix
1213

1314
jobs:
1415
e2e:
1516
secrets: inherit
1617
uses: ./.github/workflows/callable-release-verification.yml
17-
release:
18-
needs:
19-
- e2e
20-
permissions:
21-
contents: write
22-
secrets: inherit
23-
uses: ./.github/workflows/callable-npm-publish-lts-release.yml
24-
with:
25-
target: v5-stable # TODO Update this to support other LTS branches in the future

0 commit comments

Comments
 (0)