update reference (typo) #36
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
| # This workflow reuses the World Health Organization GitHub action for building IGs | |
| name: ghbuild | |
| # Controls when the action will run. | |
| on: | |
| # Triggers the workflow on push or pull request events for any main branch | |
| push: | |
| branches-ignore: | |
| - 'gh-pages' | |
| pull_request: | |
| workflow_dispatch: | |
| jobs: | |
| # This workflow contains a single job called "build" | |
| call_build: | |
| uses: WorldHealthOrganization/smart-base/.github/workflows/ghbuild.yml@main |