Skip to content

Commit 1c9549a

Browse files
committed
Fix duplication trigger
1 parent d6c3db7 commit 1c9549a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/ci-cd-production.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,13 @@ on:
55
branches:
66
- main
77
pull_request:
8-
push:
98
branches:
109
- main
1110

1211
env:
1312
AZURE_WEBAPP_NAME: Eros
1413
AZURE_WEBAPP_PACKAGE_PATH: '.'
15-
NODE_VERSION: '18.x'
14+
NODE_VERSION: '22.x'
1615

1716
jobs:
1817
build-and-deploy:

0 commit comments

Comments
 (0)