Skip to content

Commit ce22321

Browse files
authored
Change deployment branch condition in release workflow
1 parent f7d1082 commit ce22321

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
deploy:
5858
needs: [ integration-test, get-next-version ]
5959
runs-on: ubuntu-latest
60-
if: github.ref == 'refs/heads/main'
60+
if: github.ref == 'refs/heads/disable-dfiu-if-renovate-installed'
6161
steps:
6262
- name: checkout
6363
uses: actions/checkout@v4

0 commit comments

Comments
 (0)