Skip to content

Commit 5eef5bd

Browse files
committed
Update CI again
1 parent 941927c commit 5eef5bd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ jobs:
145145
name: Release
146146
timeout-minutes: 5
147147
runs-on: ubuntu-latest
148-
if: github.ref == 'refs/heads/main'
148+
if: github.ref == 'refs/heads/v5'
149149
needs:
150150
- default_tests
151151
- floating_tests
@@ -234,7 +234,7 @@ jobs:
234234
name: Post Preview URL as comment to PR
235235
runs-on: ubuntu-latest
236236
needs: PublishDocstoCloudflarePages
237-
if: github.ref != 'refs/heads/main'
237+
if: github.ref != 'refs/heads/v5'
238238
steps:
239239
- uses: actions/checkout@v3
240240
with:

0 commit comments

Comments
 (0)