docs: update README files for Babel compilation instructions #19
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: Build and Publish | |
| on: | |
| push: | |
| branches: | |
| - master | |
| - develop | |
| workflow_dispatch: | |
| permissions: | |
| contents: write | |
| packages: write | |
| jobs: | |
| build: | |
| uses: mikopbx/.github-workflows/.github/workflows/extension-publish.yml@master | |
| with: | |
| initial_version: "1.50" | |
| permissions: | |
| contents: write | |
| packages: write | |
| secrets: inherit |