File tree 2 files changed +3
-4
lines changed
2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 57
57
github_token : ${{ secrets.GITHUB_TOKEN }}
58
58
59
59
deploy-dev :
60
- if : ${{ github.actor != 'dependabot[bot]' && github.ref_name == 'esyfo' }}
60
+ if : ${{ github.actor != 'dependabot[bot]'}}
61
61
name : Deploy to dev
62
62
runs-on : ubuntu-latest
63
63
needs : [test, build]
70
70
VAR : image=${{ needs.build.outputs.image }}
71
71
72
72
deploy-prod :
73
- if : github.ref_name == 'esyfo '
73
+ if : github.ref_name == 'main '
74
74
name : Deploy to prod
75
75
runs-on : ubuntu-latest
76
76
needs : [test, build]
Original file line number Diff line number Diff line change 6
6
- .github/workflows/topic.yaml
7
7
jobs :
8
8
deploy-topic-to-dev :
9
- if : github.ref == 'refs/heads/esyfo'
10
9
name : Deploy topic to dev
11
10
permissions :
12
11
id-token : write
22
21
VAR : kafka-pool=nav-dev
23
22
24
23
deploy-topic-to-prod :
25
- if : github.ref == 'refs/heads/esyfo '
24
+ if : github.ref == 'refs/heads/main '
26
25
name : Deploy topic to prod
27
26
permissions :
28
27
id-token : write
You can’t perform that action at this time.
0 commit comments