We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f7f92d commit e94b598Copy full SHA for e94b598
.github/workflows/build_and_publish.yml
@@ -40,7 +40,7 @@ jobs:
40
41
deploy:
42
# Only try and deploy on merged code
43
- if: "github.repository == 'quarkusio/extensions.quarkus.io' && github.ref_name == 'main' && github.event_name == 'push'"
+ if: "github.repository == 'quarkusio/extensions' && github.ref_name == 'main' && (github.event_name == 'push' || github.event_name == 'schedule')"
44
needs: [ unit-test, build ]
45
runs-on: ubuntu-latest
46
steps:
0 commit comments