Upgrade build toolchain #88
Workflow file for this run
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
# This is a basic workflow to help you get started with Actions | |
name: CI – Pull Requests | |
# Controls when the action will run. Triggers the workflow on push or pull request | |
# events but only for the main branch | |
on: | |
pull_request: | |
branches: [ main ] | |
jobs: | |
call_workflow_build_pr: | |
uses: isaqb-org/github-workflows/.github/workflows/build_pr.yml@test |