Skip to content

Commit

Permalink
Update swiftfiddle-runner-functions-542-AutoDeployTrigger-ae89a7c7-d3…
Browse files Browse the repository at this point in the history
…ce-4006-84ff-80ee3db84b4b.yml
  • Loading branch information
kishikawakatsumi authored Mar 4, 2025
1 parent a9565d2 commit e972d9d
Showing 1 changed file with 6 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,14 @@ name: Trigger auto deployment for swiftfiddle-runner-functions-542
on:
# Automatically trigger it when detected changes in repo
push:
branches:
[ main ]
branches: [main]
paths:
- '**'
- '.github/workflows/swiftfiddle-runner-functions-542-AutoDeployTrigger-ae89a7c7-d3ce-4006-84ff-80ee3db84b4b.yml'
- "**"
- ".github/workflows/swiftfiddle-runner-functions-542-AutoDeployTrigger-ae89a7c7-d3ce-4006-84ff-80ee3db84b4b.yml"

# Allow manual trigger
# Allow manual trigger
workflow_dispatch:

jobs:
build-and-deploy:
runs-on: ubuntu-latest
Expand All @@ -36,9 +35,4 @@ jobs:
registryPassword: ${{ secrets.SWIFTFIDDLERUNNERFUNCTIONS542_REGISTRY_PASSWORD }}
containerAppName: swiftfiddle-runner-functions-542
resourceGroup: swiftfiddle
imageToBuild: kishikawakatsumi/swiftfiddle-runner-functions-542:${{ github.sha }}





imageToBuild: swiftfiddle/swiftfiddle-runner-functions-542:latest

0 comments on commit e972d9d

Please sign in to comment.