Skip to content

Commit b4a3564

Browse files
committed
.
1 parent 48cb2fa commit b4a3564

2 files changed

Lines changed: 9 additions & 9 deletions

File tree

.github/workflows/build-and-push.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
name: Build And Push Docker Images To Azure Container Registry
22
on:
33
workflow_dispatch:
4-
push:
5-
branches:
6-
- yosef/deploy-to-aca
4+
# push:
5+
# branches:
6+
# - yosef/deploy-to-aca
77

88
jobs:
99
build-and-push-image:

.github/workflows/deploy-to-aca.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@ name: Deploy to SagawayDemoACA
22

33
on:
44
workflow_dispatch:
5-
# push:
6-
# branches:
7-
# - yosef/deploy-to-aca
8-
# paths:
9-
# - 'infra/**'
10-
# - '.github/workflows/deploy-to-aca.yaml'
5+
push:
6+
branches:
7+
- yosef/deploy-to-aca
8+
paths:
9+
- 'infra/**'
10+
- '.github/workflows/deploy-to-aca.yaml'
1111

1212
permissions:
1313
id-token: write

0 commit comments

Comments
 (0)