Skip to content

Commit 145dda5

Browse files
committed
chore: update to main branch
1 parent 9a38110 commit 145dda5

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
github_token: ${{ secrets.GITHUB_TOKEN }}
5858

5959
deploy-dev:
60-
if: ${{ github.actor != 'dependabot[bot]' && github.ref_name == 'esyfo'}}
60+
if: ${{ github.actor != 'dependabot[bot]'}}
6161
name: Deploy to dev
6262
runs-on: ubuntu-latest
6363
needs: [test, build]
@@ -70,7 +70,7 @@ jobs:
7070
VAR: image=${{ needs.build.outputs.image }}
7171

7272
deploy-prod:
73-
if: github.ref_name == 'esyfo'
73+
if: github.ref_name == 'main'
7474
name: Deploy to prod
7575
runs-on: ubuntu-latest
7676
needs: [test, build]

.github/workflows/topic.yaml

+1-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ on:
66
- .github/workflows/topic.yaml
77
jobs:
88
deploy-topic-to-dev:
9-
if: github.ref == 'refs/heads/esyfo'
109
name: Deploy topic to dev
1110
permissions:
1211
id-token: write
@@ -22,7 +21,7 @@ jobs:
2221
VAR: kafka-pool=nav-dev
2322

2423
deploy-topic-to-prod:
25-
if: github.ref == 'refs/heads/esyfo'
24+
if: github.ref == 'refs/heads/main'
2625
name: Deploy topic to prod
2726
permissions:
2827
id-token: write

0 commit comments

Comments
 (0)