Fix to correctly select modules that load data tables #558
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: "webmin.dev: webmin/authentic-theme" | |
| on: | |
| push: | |
| branches: | |
| - master | |
| jobs: | |
| build: | |
| uses: webmin/webmin-ci-cd/.github/workflows/master-workflow.yml@main | |
| with: | |
| build-type: package | |
| secrets: | |
| DEV_IP_ADDR: ${{ secrets.DEV_IP_ADDR }} | |
| DEV_IP_KNOWN_HOSTS: ${{ secrets.DEV_IP_KNOWN_HOSTS }} | |
| DEV_UPLOAD_SSH_USER: ${{ secrets.DEV_UPLOAD_SSH_USER }} | |
| DEV_UPLOAD_SSH_DIR: ${{ secrets.DEV_UPLOAD_SSH_DIR }} | |
| PRERELEASE_UPLOAD_SSH_DIR: ${{ secrets.PRERELEASE_UPLOAD_SSH_DIR }} | |
| DEV_SSH_PRV_KEY: ${{ secrets.DEV_SSH_PRV_KEY }} | |
| ALL_GPG_PH2: ${{ secrets.ALL_GPG_PH2 }} |