Skip to content

Commit 0dece3a

Browse files
committed
update workflow
1 parent 439a5a7 commit 0dece3a

9 files changed

Lines changed: 36 additions & 18 deletions

.github/workflows/test-workflow-dotnet8-lcon.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,10 @@ name: Build and deploy .NET project to Azure Function App using OIDC
2222
# For the latest list of supported runtimes, see https://learn.microsoft.com/azure/azure-functions/supported-languages
2323

2424
on:
25-
# push:
26-
# branches: [ main ]
25+
push:
26+
tags:
27+
- 'v1'
28+
# branches: [ main ]
2729
workflow_dispatch:
2830
inputs:
2931
logLevel:

.github/workflows/test-workflow-dotnet8-wcon.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,10 @@ name: Build and deploy .NET project to Azure Function App using OIDC
2222
# For the latest list of supported runtimes, see https://learn.microsoft.com/azure/azure-functions/supported-languages
2323

2424
on:
25-
# push:
26-
# branches: [ main ]
25+
push:
26+
tags:
27+
- 'v1'
28+
# branches: [ main ]
2729
workflow_dispatch:
2830
inputs:
2931
logLevel:

.github/workflows/test-workflow-java8-lcon.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,10 @@ name: Build and deploy Java project to Azure Function App using OIDC
2020
# For the latest list of supported runtimes, see https://learn.microsoft.com/azure/azure-functions/supported-languages
2121

2222
on:
23-
# push:
24-
# branches: [ main ]
23+
push:
24+
tags:
25+
- 'v1'
26+
# branches: [ main ]
2527
workflow_dispatch:
2628
inputs:
2729
logLevel:

.github/workflows/test-workflow-java8-wcon.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,10 @@ name: Build and deploy Java project to Azure Function App using OIDC
2020
# For the latest list of supported runtimes, see https://learn.microsoft.com/azure/azure-functions/supported-languages
2121

2222
on:
23-
# push:
24-
# branches: [ main ]
23+
push:
24+
tags:
25+
- 'v1'
26+
# branches: [ main ]
2527
workflow_dispatch:
2628
inputs:
2729
logLevel:

.github/workflows/test-workflow-node20-lcon.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,10 @@ name: Build and deploy Node.js project to Azure Function App using OIDC
2020
# For the latest list of supported runtimes, see https://learn.microsoft.com/azure/azure-functions/supported-languages
2121

2222
on:
23-
# push:
24-
# branches: [ main ]
23+
push:
24+
tags:
25+
- 'v1'
26+
# branches: [ main ]
2527
workflow_dispatch:
2628
inputs:
2729
logLevel:

.github/workflows/test-workflow-node20-wcon.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,10 @@ name: Build and deploy Node.js project to Azure Function App using OIDC
2020
# For the latest list of supported runtimes, see https://learn.microsoft.com/azure/azure-functions/supported-languages
2121

2222
on:
23-
# push:
24-
# branches: [ main ]
23+
push:
24+
tags:
25+
- 'v1'
26+
# branches: [ main ]
2527
workflow_dispatch:
2628
inputs:
2729
logLevel:

.github/workflows/test-workflow-powershell6-wcon.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,10 @@ name: Deploy PowerShell project to Azure Function App using OIDC
2020
# For the latest list of supported runtimes, see https://learn.microsoft.com/azure/azure-functions/supported-languages
2121

2222
on:
23-
# push:
24-
# branches: [ main ]
23+
push:
24+
tags:
25+
- 'v1'
26+
# branches: [ main ]
2527
workflow_dispatch:
2628
inputs:
2729
logLevel:

.github/workflows/test-workflow-python310-flexcon.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,10 @@ name: Build and deploy Python project to Azure Function App using OIDC
2020
# For the latest list of supported runtimes, see https://learn.microsoft.com/azure/azure-functions/supported-languages
2121

2222
on:
23-
# push:
24-
# branches: [ main ]
23+
push:
24+
tags:
25+
- 'v1'
26+
# branches: [ main ]
2527
workflow_dispatch:
2628
inputs:
2729
logLevel:

.github/workflows/test-workflow-python310-lcon.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,10 @@ name: Build and deploy Python project to Azure Function App using OIDC
2020
# For the latest list of supported runtimes, see https://learn.microsoft.com/azure/azure-functions/supported-languages
2121

2222
on:
23-
# push:
24-
# branches: [ main ]
23+
push:
24+
tags:
25+
- 'v1'
26+
# branches: [ main ]
2527
workflow_dispatch:
2628
inputs:
2729
logLevel:

0 commit comments

Comments
 (0)