We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48cb2fa commit b4a3564Copy full SHA for b4a3564
2 files changed
.github/workflows/build-and-push.yaml
@@ -1,9 +1,9 @@
1
name: Build And Push Docker Images To Azure Container Registry
2
on:
3
workflow_dispatch:
4
- push:
5
- branches:
6
- - yosef/deploy-to-aca
+ # push:
+ # branches:
+ # - yosef/deploy-to-aca
7
8
jobs:
9
build-and-push-image:
.github/workflows/deploy-to-aca.yaml
@@ -2,12 +2,12 @@ name: Deploy to SagawayDemoACA
- # push:
- # branches:
- # - yosef/deploy-to-aca
- # paths:
- # - 'infra/**'
10
- # - '.github/workflows/deploy-to-aca.yaml'
+ push:
+ branches:
+ - yosef/deploy-to-aca
+ paths:
+ - 'infra/**'
+ - '.github/workflows/deploy-to-aca.yaml'
11
12
permissions:
13
id-token: write
0 commit comments