Skip to content

Commit c9fa764

Browse files
ci
1 parent b76aac2 commit c9fa764

File tree

1 file changed

+6
-12
lines changed

1 file changed

+6
-12
lines changed

.github/workflows/swiftfiddle-runner-functions-601-AutoDeployTrigger-1a0c2325-9966-4428-b21c-d73b8127b56e.yml

Lines changed: 6 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,14 @@ name: Trigger auto deployment for swiftfiddle-runner-functions-601
44
on:
55
# Automatically trigger it when detected changes in repo
66
push:
7-
branches:
8-
[ main ]
7+
branches: [main]
98
paths:
10-
- '**'
11-
- '.github/workflows/swiftfiddle-runner-functions-601-AutoDeployTrigger-1a0c2325-9966-4428-b21c-d73b8127b56e.yml'
9+
- "**"
10+
- ".github/workflows/swiftfiddle-runner-functions-601-AutoDeployTrigger-1a0c2325-9966-4428-b21c-d73b8127b56e.yml"
1211

13-
# Allow manual trigger
12+
# Allow manual trigger
1413
workflow_dispatch:
15-
14+
1615
jobs:
1716
build-and-deploy:
1817
runs-on: ubuntu-latest
@@ -36,9 +35,4 @@ jobs:
3635
registryPassword: ${{ secrets.SWIFTFIDDLERUNNERFUNCTIONS601_REGISTRY_PASSWORD }}
3736
containerAppName: swiftfiddle-runner-functions-601
3837
resourceGroup: swiftfiddle
39-
imageToBuild: kishikawakatsumi/swiftfiddle-runner-functions-601:${{ github.sha }}
40-
41-
42-
43-
44-
38+
imageToBuild: kishikawakatsumi/swiftfiddle-runner-functions-601:latest

0 commit comments

Comments
 (0)