added completion button in modal for h5p elements #832
This file contains 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: Build, test, containerize and push to registry | |
on: | |
push: | |
branches: | |
- "main" | |
jobs: | |
build: | |
uses: ./.github/workflows/_shared_build_test.yml | |
secrets: inherit | |
docker: | |
needs: build | |
uses: ./.github/workflows/_shared_docker.yml |