Skip to content

Commit e94b598

Browse files
committed
Deploy on scheduled builds, and update hardcoded repo name so deploys happen after repo rename.
1 parent 1f7f92d commit e94b598

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_and_publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040

4141
deploy:
4242
# Only try and deploy on merged code
43-
if: "github.repository == 'quarkusio/extensions.quarkus.io' && github.ref_name == 'main' && github.event_name == 'push'"
43+
if: "github.repository == 'quarkusio/extensions' && github.ref_name == 'main' && (github.event_name == 'push' || github.event_name == 'schedule')"
4444
needs: [ unit-test, build ]
4545
runs-on: ubuntu-latest
4646
steps:

0 commit comments

Comments
 (0)